Skip to content

Commit

Permalink
Merge e16ec64 into a437e73
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Dec 13, 2024
2 parents a437e73 + e16ec64 commit 70035bd
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 70035bd

Please sign in to comment.