Skip to content

Commit 8ecc1b3

Browse files
author
colinlyguo
committed
a typo fix
1 parent fa989ca commit 8ecc1b3

File tree

1 file changed

+1
-1
lines changed
  • coordinator/internal/controller/api

1 file changed

+1
-1
lines changed

coordinator/internal/controller/api/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (a *AuthController) Login(c *gin.Context) (interface{}, error) {
4646

4747
hardForkNames, err := a.loginLogic.ProverHardForkName(&login)
4848
if err != nil {
49-
return "", fmt.Errorf("prover hard name failure:%w", err)
49+
return "", fmt.Errorf("prover hard fork name failure:%w", err)
5050
}
5151

5252
// check the challenge is used, if used, return failure

0 commit comments

Comments
 (0)