Skip to content

Commit

Permalink
Update example revm
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 committed Oct 9, 2024
1 parent 58f7960 commit 09eed7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified emulator/test-vectors/test.json
Binary file not shown.
2 changes: 1 addition & 1 deletion prover/examples/zkmips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ fn prove_revm() {

let mut state = load_elf_with_patch(&elf_path, vec![]);
// load input
state.add_input_stream(&data);
state.input_stream.push(data);

let (_total_steps, seg_num, mut _state) = split_prog_into_segs(state, &seg_path, "", seg_size);

Expand Down

0 comments on commit 09eed7e

Please sign in to comment.