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 =