From c822a70394130124451849c8f44606c71969b7b5 Mon Sep 17 00:00:00 2001 From: Sai Deng Date: Tue, 1 Oct 2024 15:29:10 -0700 Subject: [PATCH] fix test --- evm_arithmetization/src/fixed_recursive_verifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm_arithmetization/src/fixed_recursive_verifier.rs b/evm_arithmetization/src/fixed_recursive_verifier.rs index 89813d530..adab855c9 100644 --- a/evm_arithmetization/src/fixed_recursive_verifier.rs +++ b/evm_arithmetization/src/fixed_recursive_verifier.rs @@ -3064,7 +3064,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