Skip to content

Commit 83c0a08

Browse files
author
colinlyguo
committed
fix
1 parent 78a458d commit 83c0a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordinator/internal/logic/provertask/prover_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (b *BaseProverTask) hardForkSanityCheck(ctx *gin.Context, taskCtx *proverTa
122122
}
123123

124124
if _, ok := taskCtx.HardForkNames[hardForkName]; !ok {
125-
return "", fmt.Errorf("to be assigned prover task's hard-fork name is not the same as prover, proverName: %s, proverVersion: %s, hardForkName: %s, taskHardForkName: %s", taskCtx.ProverName, taskCtx.ProverVersion, hardForkName, taskCtx.HardForkNames)
125+
return "", fmt.Errorf("to be assigned prover task's hard-fork name is not the same as prover, proverName: %s, proverVersion: %s, proverSupportHardForkNames: %s, taskHardForkName: %v", taskCtx.ProverName, taskCtx.ProverVersion, taskCtx.HardForkNames, hardForkName)
126126
}
127127
return hardForkName, nil
128128
}

0 commit comments

Comments
 (0)