mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 22:18:55 +00:00
try queue setup
This commit is contained in:
parent
f603b642a2
commit
0c2d2d9c8a
@ -294,8 +294,7 @@ proc new*(
|
||||
|
||||
let params = CircomCompatParams.init($config.circomR1cs, $config.circomWasm, zkey)
|
||||
some Prover.new(
|
||||
store,
|
||||
AsyncCircomCompat.init(params),
|
||||
store, AsyncCircomCompat.init(params),
|
||||
config.numProofSamples)
|
||||
else:
|
||||
none Prover
|
||||
|
Loading…
x
Reference in New Issue
Block a user