Skip to content

Commit 97eaf48

Browse files
authored
fix(new-execution): don't pass total_widths to execute_metered (#1868)
forgot to fix this during the merge
1 parent 1c43154 commit 97eaf48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/prove/src/bin/kitchen_sink.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ fn verify_native_max_trace_heights(
5050
.execute_metered(
5151
app_pk.leaf_committed_exe.exe.clone(),
5252
leaf_input.write_to_stream(),
53-
&vm_vk.total_widths(),
5453
&vm_vk.num_interactions(),
5554
)
5655
.expect("execute_metered failed");

0 commit comments

Comments
 (0)