Skip to content

Commit

Permalink
call srs_precomputation in verifier process
Browse files Browse the repository at this point in the history
  • Loading branch information
Izaak Meckler committed Jun 3, 2022
1 parent 40d2cee commit 7809799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/verifier/prod.ml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module Worker_state = struct
Memory_stats.log_memory_stats logger ~process:"verifier" ;
match proof_level with
| Full ->
Pickles.Side_loaded.srs_precomputation () ;
Deferred.return
(let module M = struct
module T = Transaction_snark.Make (struct
Expand Down

0 comments on commit 7809799

Please sign in to comment.