mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 19:56:11 +00:00
+1
-1
@@ -298,7 +298,7 @@ func NewNode(config *cfg.Config,
|
||||
|
||||
pubKey := privValidator.GetPubKey()
|
||||
if pubKey == nil {
|
||||
return nil, fmt.Errorf("could not retrieve pubkey")
|
||||
return nil, fmt.Errorf("could not retrieve pubkey from private validator")
|
||||
}
|
||||
|
||||
// Decide whether to fast-sync or not
|
||||
|
||||
Reference in New Issue
Block a user