Skip to content

Commit

Permalink
chore(avm): Disable fake avm recursive verifier from the public base …
Browse files Browse the repository at this point in the history
…rollup (#10690)
  • Loading branch information
jeanmon authored Dec 13, 2024
1 parent 4115bf9 commit b6c9c41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ impl PublicBaseRollupInputs {
}

// Warning: Fake verification! TODO(#8470)
if !dep::std::runtime::is_unconstrained() {
self.avm_proof_data.fake_verify();
}
// if !dep::std::runtime::is_unconstrained() {
// self.avm_proof_data.fake_verify();
// }

// TODO(#8470)
// if !dep::std::runtime::is_unconstrained() {
Expand Down

0 comments on commit b6c9c41

Please sign in to comment.