Skip to content

Commit c484925

Browse files
author
colinlyguo
committed
add back BlobBytes
1 parent 9bb768e commit c484925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coordinator/internal/logic/provertask/batch_prover_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ func (bp *BatchProverTask) getBatchTaskDetail(dbBatch *orm.Batch, chunkInfos []*
286286
return nil, fmt.Errorf("failed to decode batch header version %d: %w", dbBatch.CodecVersion, decodeErr)
287287
}
288288
taskDetail.BatchHeader = batchHeader
289+
taskDetail.BlobBytes = dbBatch.BlobBytes
289290

290291
challengeDigest, kzgCommitment, kzgProof, err := codec.BlobDataProofFromBlobBytes(dbBatch.BlobBytes)
291292
if err != nil {

0 commit comments

Comments
 (0)