We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a914ddd commit f57e3e6Copy full SHA for f57e3e6
bins/revme/src/cmd/statetest/runner.rs
@@ -404,6 +404,7 @@ pub fn execute_test_suite(
404
.with_external_context(
405
TracerEip3155::new(Box::new(stderr())).without_summary(),
406
)
407
+ .with_spec_id(spec_id)
408
.append_handler_register(inspector_handle_register)
409
.build();
410
@@ -466,6 +467,7 @@ pub fn execute_test_suite(
466
467
.with_env(env.clone())
468
.reset_handler_with_external_context::<EthereumWiring<_, TracerEip3155>>()
469
.with_external_context(TracerEip3155::new(Box::new(stdout())).without_summary())
470
471
472
473
let _ = evm.transact_commit();
0 commit comments