Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix simulation output result (0xPolygonZero#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Mar 11, 2024
1 parent ea89c6f commit bafd06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_arithmetization/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,6 @@ pub mod testing {
output_debug_tries(interpreter.get_generation_state())?;
}

Ok(())
result
}
}

0 comments on commit bafd06d

Please sign in to comment.