Skip to content

Commit

Permalink
fix: statetest json set spec_id (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 12, 2024
1 parent a914ddd commit f57e3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ pub fn execute_test_suite(
.with_external_context(
TracerEip3155::new(Box::new(stderr())).without_summary(),
)
.with_spec_id(spec_id)
.append_handler_register(inspector_handle_register)
.build();

Expand Down Expand Up @@ -466,6 +467,7 @@ pub fn execute_test_suite(
.with_env(env.clone())
.reset_handler_with_external_context::<EthereumWiring<_, TracerEip3155>>()
.with_external_context(TracerEip3155::new(Box::new(stdout())).without_summary())
.with_spec_id(spec_id)
.append_handler_register(inspector_handle_register)
.build();
let _ = evm.transact_commit();
Expand Down

0 comments on commit f57e3e6

Please sign in to comment.