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.
2 parents 3fb44f0 + 548f89c commit b1aa98dCopy full SHA for b1aa98d
1 file changed
cmd/start.go
@@ -127,7 +127,7 @@ func Start(c *cli.Context) error {
127
return fmt.Errorf("could not check the stake: [%v]", err)
128
}
129
if !hasMinimumStake {
130
- return fmt.Errorf(
+ logger.Errorf(
131
"no minimum KEEP stake or operator is not authorized to use it; " +
132
"please make sure the operator address in the configuration " +
133
"is correct and it has KEEP tokens delegated and the operator " +
0 commit comments