From 9f76ddbe220735d44ba85cee24a8e9b14e06828a Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 3 Apr 2019 14:21:32 +0200 Subject: [PATCH] Update node/node.go Co-Authored-By: jleni --- node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node.go b/node/node.go index c0ae728f6..5a02159f6 100644 --- a/node/node.go +++ b/node/node.go @@ -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