This commit is contained in:
Cassandra Heart 2024-11-14 16:40:30 -06:00
parent 36f581a16b
commit ddb67eb85b
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -76,7 +76,7 @@ func (r *DataWorkerIPCServer) CalculateChallengeProof(
proof, err := r.prover.CalculateChallengeProof(
challenge,
req.Difficulty,
difficulty,
)
if err != nil {
return nil, errors.Wrap(err, "calculate challenge proof")