You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/relayer/config/errors.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,5 @@ var (
13
13
ErrRelayMinerConfigInvalidServer=sdkerrors.Register(codespace, 2106, "invalid server in RelayMiner config")
14
14
ErrRelayMinerConfigInvalidRequestTimeout=sdkerrors.Register(codespace, 2107, "invalid request timeout specified in RelayMiner config")
15
15
ErrRelayMinerConfigInvalidMaxBodySize=sdkerrors.Register(codespace, 2108, "invalid max body size specified in RelayMiner config")
16
+
ErrRelayerMinerWrongForwardToken=sdkerrors.Register(codespace, 2109, "wrong or empty forward.token in configuration file. Expect a 32 bytes hexadecimal string (you can use 'make relayminer_forward_token_gen' command to generate a token)")
0 commit comments