Skip to content

Commit

Permalink
Merge pull request #15588 from MinaProtocol/fix/wrap-recursion-features
Browse files Browse the repository at this point in the history
Fix: don't use step feature_flags for wrap evaluations
  • Loading branch information
mrmr1993 authored Apr 30, 2024
2 parents 5f668b0 + c622db1 commit 56c1726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pickles/wrap_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ let wrap_main
let ty =
Plonk_types.All_evals.typ
(module Impl)
~num_chunks:1 feature_flags
~num_chunks:1 Plonk_types.Features.Full.none
in
Vector.typ ty Max_proofs_verified.n
in
Expand Down

0 comments on commit 56c1726

Please sign in to comment.