Skip to content

Commit 0364057

Browse files
author
colinlyguo
committed
remove an outdated comment
1 parent e86951e commit 0364057

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coordinator/internal/logic/provertask/batch_prover_task.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ func (bp *BatchProverTask) getBatchTaskDetail(dbBatch *orm.Batch, chunkInfos []*
291291
taskDetail.KzgProof = message.Byte48{Big: hexutil.Big(*new(big.Int).SetBytes(dbBatch.BlobDataProof[112:160]))}
292292
taskDetail.KzgCommitment = message.Byte48{Big: hexutil.Big(*new(big.Int).SetBytes(dbBatch.BlobDataProof[64:112]))}
293293
// FIXME: Challenge = ChallengeDigest % BLS_MODULUS, get the original ChallengeDigest.
294-
// Currently this is bypassed by disabling the sanity checks in the prover.
295294
// Simply omit the field now to skip sanity check in prover side
296295
// Resume it later (or FIXME has worked or the prover side has relax its checking)
297296
// taskDetail.ChallengeDigest = common.BytesToHash(dbBatch.BlobDataProof[0:32])

0 commit comments

Comments
 (0)