We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd701 commit 6b86fa9Copy full SHA for 6b86fa9
src/bin/trace-verifier/utils.rs
@@ -48,8 +48,6 @@ fn verify_inner(
48
"build ZktrieState"
49
);
50
51
- cycle_tracker_end!("build ZktrieState");
52
-
53
let mut executor = EvmExecutorBuilder::new(&zktrie_state)
54
.hardfork_config(*fork_config)
55
.with_execute_hooks(|hooks| {
0 commit comments