Update node/node.go

Co-Authored-By: jleni <juan.leni@zondax.ch>
This commit is contained in:
Anton Kaliaev
2019-04-03 14:21:32 +02:00
committed by GitHub
co-authored by jleni
parent cc39cc487f
commit 9f76ddbe22
+1 -1
View File
@@ -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