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

Commit d3afde8

Browse files
Merge branch 'chain-confirmations' into signature-publication-delays
2 parents 157b041 + a8a4bd3 commit d3afde8

2 files changed

Lines changed: 2 additions & 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 " +

pkg/node/node.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ func (n *Node) monitorKeepPublicKeySubmission(
784784
keepAddress.String(),
785785
err,
786786
)
787+
return
787788
}
788789
}
789790
}

0 commit comments

Comments
 (0)