Skip to content

Commit f57e3e6

Browse files
authored
fix: statetest json set spec_id (bluealloy#1766)
1 parent a914ddd commit f57e3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bins/revme/src/cmd/statetest/runner.rs

+2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ pub fn execute_test_suite(
404404
.with_external_context(
405405
TracerEip3155::new(Box::new(stderr())).without_summary(),
406406
)
407+
.with_spec_id(spec_id)
407408
.append_handler_register(inspector_handle_register)
408409
.build();
409410

@@ -466,6 +467,7 @@ pub fn execute_test_suite(
466467
.with_env(env.clone())
467468
.reset_handler_with_external_context::<EthereumWiring<_, TracerEip3155>>()
468469
.with_external_context(TracerEip3155::new(Box::new(stdout())).without_summary())
470+
.with_spec_id(spec_id)
469471
.append_handler_register(inspector_handle_register)
470472
.build();
471473
let _ = evm.transact_commit();

0 commit comments

Comments
 (0)