Skip to content

Commit 207d249

Browse files
committed
format chunk prover task code
1 parent 10b65d9 commit 207d249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coordinator/internal/logic/provertask/chunk_prover_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (cp *ChunkProverTask) Assign(ctx *gin.Context, getTaskParameter *coordinato
101101

102102
taskCtx.taskType = message.ProofTypeChunk
103103
taskCtx.chunkTask = tmpChunkTask
104+
104105
var checkErr error
105106
hardForkName, checkErr = cp.hardForkSanityCheck(ctx, taskCtx)
106107
if checkErr != nil {

0 commit comments

Comments
 (0)