mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-14 19:33:10 +00:00
Fix: slotIdx used as nSamples
This commit is contained in:
parent
f7861df6c7
commit
901d816f56
@ -579,8 +579,8 @@ proc onProve(
|
||||
trace "Unable to create data sampler", err = err.msg
|
||||
return
|
||||
|
||||
without proof =? await sampler.getProofs(challenge, slotIdx), err:
|
||||
trace "Unable to get proofs for slot", err = err.msg
|
||||
without proofInput =? await sampler.getProofInput(challenge, nSamples = 3), err:
|
||||
trace "Unable to get proof input for slot", err = err.msg
|
||||
return
|
||||
|
||||
proc onExpiryUpdate(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user