fix verifier
This commit is contained in:
parent
7972b5df5f
commit
935133df8c
|
@ -87,7 +87,7 @@ proc verify*[H](
|
||||||
without queue =? newSignalQueue[?!bool](maxItems = 1), qerr:
|
without queue =? newSignalQueue[?!bool](maxItems = 1), qerr:
|
||||||
return failure(qerr)
|
return failure(qerr)
|
||||||
|
|
||||||
var args = (ref VerifierArgs[H])(circom: self.circom, inputs: inputs)
|
var args = (ref VerifierArgs[H])(circom: self.circom, proof: proof, inputs: inputs)
|
||||||
GC_ref(args)
|
GC_ref(args)
|
||||||
|
|
||||||
proc spawnTask() =
|
proc spawnTask() =
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5fbd14aab035e570e22a27999ddf13b071245e69
|
Subproject commit cc2e742b7ac7a0fdf273b6bebdb9b5b42e3dc722
|
Loading…
Reference in New Issue