mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 09:53:12 +00:00
merge master
This commit is contained in:
parent
27e0ed61e0
commit
2bff066735
@ -595,10 +595,6 @@ proc onProve(
|
||||
error "Unable to generate proof", err = err.msg
|
||||
return failure(err)
|
||||
|
||||
without proofInput =? await sampler.getProofInput(challenge, nSamples = 3), err:
|
||||
error "Unable to get proof input for slot", err = err.msg
|
||||
return failure(err)
|
||||
|
||||
# Todo: send proofInput to circuit. Get proof. (Profit, repeat.)
|
||||
|
||||
# For now: dummy proof that is not all zero's, so that it is accepted by the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user