Skip to content

Commit

Permalink
fix builer
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 6, 2024
1 parent 4a7e6e3 commit d51cc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ pub fn execute_test_suite(
.build();
let mut evm = Evm::<ExecEvmWiring>::builder()
.with_db(&mut state)
.with_default_ext_ctx()
.modify_env(|e| e.clone_from(&env))
.with_spec_id(spec_id)
.build();
Expand Down

0 comments on commit d51cc59

Please sign in to comment.