Skip to content

Commit

Permalink
Merge branch 'sai/conditionally_verify_in_root_circuit' into sai/enab…
Browse files Browse the repository at this point in the history
…le_keccak_optional_proving
  • Loading branch information
sai-deng committed Oct 1, 2024
2 parents 58f37e8 + 2886fd8 commit 1540078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_arithmetization/src/fixed_recursive_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ mod tests {
timing,
log::Level::Info,
"Verify segment proof",
all_circuits.verify_root(segment_proof.proof_with_pis.clone())?
all_circuits.verify_root(segment_proof.proof_with_pvs.intern.clone())?
);

// Print timing details
Expand Down

0 comments on commit 1540078

Please sign in to comment.