Fix: slotIdx used as nSamples

This commit is contained in:
benbierens 2024-01-16 09:25:45 +01:00 committed by Dmitriy Ryajov
parent f7861df6c7
commit 901d816f56

View File

@ -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(