Skip to content

Commit 9df005e

Browse files
committed
update
1 parent 64b3db7 commit 9df005e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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
@@ -293,6 +293,7 @@ func (bp *BatchProverTask) getBatchTaskDetail(dbBatch *orm.Batch, chunkInfos []*
293293
taskDetail := &message.BatchTaskDetail{
294294
ChunkInfos: chunkInfos,
295295
ChunkProofs: chunkProofs,
296+
ForkName: hardForkName,
296297
}
297298

298299
dbBatchCodecVersion := encoding.CodecVersion(dbBatch.CodecVersion)

coordinator/internal/logic/provertask/bundle_prover_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ func (bp *BundleProverTask) formatProverTask(ctx context.Context, task *orm.Prov
250250

251251
taskDetail := message.BundleTaskDetail{
252252
BatchProofs: batchProofs,
253+
ForkName: hardForkName,
253254
}
254255

255256
taskDetail.BundleInfo = &message.OpenVMBundleInfo{

coordinator/internal/logic/provertask/chunk_prover_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ func (cp *ChunkProverTask) formatProverTask(ctx context.Context, task *orm.Prove
228228
taskDetail := message.ChunkTaskDetail{
229229
BlockHashes: blockHashes,
230230
PrevMsgQueueHash: common.HexToHash(chunk.PrevL1MessageQueueHash),
231+
ForkName: hardForkName,
231232
}
232233

233234
var err error

0 commit comments

Comments
 (0)