Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 7c11b36

Browse files
Merge branch 'master' into chain-confirmations
2 parents 52e1e6f + 548f89c commit 7c11b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func Start(c *cli.Context) error {
127127
return fmt.Errorf("could not check the stake: [%v]", err)
128128
}
129129
if !hasMinimumStake {
130-
return fmt.Errorf(
130+
logger.Errorf(
131131
"no minimum KEEP stake or operator is not authorized to use it; " +
132132
"please make sure the operator address in the configuration " +
133133
"is correct and it has KEEP tokens delegated and the operator " +

0 commit comments

Comments
 (0)