From 36b54fe09170155f4f571a52fbc46a8701134cd3 Mon Sep 17 00:00:00 2001 From: Sacha Saint-Leger Date: Mon, 2 Nov 2020 19:48:37 +0100 Subject: [PATCH] Update eth2_network.nim More informative and friendlier log message (from the user's perspective). Also helps avoid the potential for confusion with the validator key. --- beacon_chain/eth2_network.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/eth2_network.nim b/beacon_chain/eth2_network.nim index 49eabb1cc..641374e12 100644 --- a/beacon_chain/eth2_network.nim +++ b/beacon_chain/eth2_network.nim @@ -1268,7 +1268,7 @@ proc getPersistentNetKeys*(rng: var BrHmacDrbgContext, quit QuitFailure let privKey = res.get() let pubKey = privKey.getKey().tryGet() - info "Using random network key", network_public_key = pubKey + info "Generating a random Peer ID to protect your privacy", network_public_key = pubKey return KeyPair(seckey: privKey, pubkey: privKey.getKey().tryGet()) else: let keyPath =