mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 22:18:55 +00:00
work around windows - no without
This commit is contained in:
parent
c4313ab5e0
commit
1c969278d7
@ -66,8 +66,8 @@ proc verify*[H](
|
||||
): Future[?!bool] {.async.} =
|
||||
## Verify a proof using a ctx
|
||||
##
|
||||
without queue =? newSignalQueue[?!bool](maxItems = 1), err:
|
||||
return failure(err)
|
||||
without queue =? newSignalQueue[?!bool](maxItems = 1), exc:
|
||||
return failure(exc)
|
||||
|
||||
proc spawnTask() =
|
||||
self.tp.spawn verifyTask(self.circom, proof, inputs, queue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user