mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-18 05:36:50 +00:00
move back to 50 to uncover threading issues
This commit is contained in:
parent
486f4f0aac
commit
b346f6cf9f
@ -88,7 +88,7 @@ suite "Test Prover":
|
||||
prover = Prover.new(store, circomBackend, samples)
|
||||
|
||||
var proofs = newSeq[Future[?!(AnyProofInputs, AnyProof)]]()
|
||||
for i in 1..10:
|
||||
for i in 1..50:
|
||||
echo "PROVE: ", i
|
||||
let
|
||||
challenge = (1234567+i).toF.toBytes.toArray32
|
||||
|
Loading…
x
Reference in New Issue
Block a user