Skip to content

Commit

Permalink
Rename function, see mina#14205 and mina#14206
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Oct 31, 2023
1 parent abbecc3 commit 667090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/lib/pickles_bindings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ let pickles_compile (choices : pickles_rule_js array)
let public_output_size = signature##.publicOutputSize in
let override_wrap_domain =
Js.Optdef.to_option signature##.overrideWrapDomain
|> Option.map ~f:Pickles_base.Proofs_verified.of_int
|> Option.map ~f:Pickles_base.Proofs_verified.of_int_exn
in
let (Choices choices) =
Choices.of_js ~public_input_size ~public_output_size choices
Expand Down

0 comments on commit 667090e

Please sign in to comment.