fix verifier

This commit is contained in:
Jaremy Creechley 2024-06-03 14:58:35 +01:00
parent 7972b5df5f
commit 935133df8c
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ proc verify*[H](
without queue =? newSignalQueue[?!bool](maxItems = 1), 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)
proc spawnTask() =

@ -1 +1 @@
Subproject commit 5fbd14aab035e570e22a27999ddf13b071245e69
Subproject commit cc2e742b7ac7a0fdf273b6bebdb9b5b42e3dc722