Skip to content

Commit b6c9c41

Browse files
authored
chore(avm): Disable fake avm recursive verifier from the public base rollup (#10690)
1 parent 4115bf9 commit b6c9c41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

noir-projects/noir-protocol-circuits/crates/rollup-lib/src/base/public_base_rollup.nr

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ impl PublicBaseRollupInputs {
9797
}
9898

9999
// Warning: Fake verification! TODO(#8470)
100-
if !dep::std::runtime::is_unconstrained() {
101-
self.avm_proof_data.fake_verify();
102-
}
100+
// if !dep::std::runtime::is_unconstrained() {
101+
// self.avm_proof_data.fake_verify();
102+
// }
103103

104104
// TODO(#8470)
105105
// if !dep::std::runtime::is_unconstrained() {

0 commit comments

Comments
 (0)