fix comments

This commit is contained in:
colinlyguo
2025-03-19 22:48:20 +08:00
parent b8b7ece600
commit 838e642cc5

View File

@@ -293,6 +293,7 @@ func (bp *BatchProverTask) getBatchTaskDetail(dbBatch *orm.Batch, chunkInfos []*
// FIXME: Challenge = ChallengeDigest % BLS_MODULUS, get the original ChallengeDigest.
// Simply omit the field now to skip sanity check in prover side
// Resume it later (or FIXME has worked or the prover side has relax its checking)
// taskDetail.ChallengeDigest = common.BytesToHash(dbBatch.BlobDataProof[0:32])
// taskDetail.ChallengeDigest = new(common.Hash)
// *taskDetail.ChallengeDigest = common.BytesToHash(dbBatch.BlobDataProof[0:32])
return taskDetail, nil
}