mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Change Qbft to use its own QbftBlockHeader type (#8244)
Signed-off-by: Jason Frame <jason.frame@consensys.net>
This commit is contained in:
@@ -95,7 +95,7 @@ public class BftMiningSoakTest extends ParameterizedBftTestBase {
|
||||
} catch (RuntimeException e) {
|
||||
assertThat(e.getMessage())
|
||||
.contains(
|
||||
"Revert reason: 'Transaction processing could not be completed due to an exception'");
|
||||
"Revert reason: 'Transaction processing could not be completed due to an exception (Invalid opcode: 0x5f)'");
|
||||
}
|
||||
|
||||
// Should initially be set to 0
|
||||
|
||||
Reference in New Issue
Block a user