diff --git a/codex/node.nim b/codex/node.nim index 185a618a..1aa400b2 100644 --- a/codex/node.nim +++ b/codex/node.nim @@ -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