We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa989ca commit 8ecc1b3Copy full SHA for 8ecc1b3
coordinator/internal/controller/api/auth.go
@@ -46,7 +46,7 @@ func (a *AuthController) Login(c *gin.Context) (interface{}, error) {
46
47
hardForkNames, err := a.loginLogic.ProverHardForkName(&login)
48
if err != nil {
49
- return "", fmt.Errorf("prover hard name failure:%w", err)
+ return "", fmt.Errorf("prover hard fork name failure:%w", err)
50
}
51
52
// check the challenge is used, if used, return failure
0 commit comments