Tidy some CLI stuff. (#7227)

Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Sergei Shulepov
2020-09-28 21:28:32 +02:00
committed by GitHub
parent 62cfccbdd6
commit 54c7e3e9fb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkWorker<B, H> {
let local_peer_id_legacy = bs58::encode(Borrow::<[u8]>::borrow(&local_peer_id)).into_string();
info!(
target: "sub-libp2p",
"🏷 Local node identity is: {} (legacy representation: {})",
"🏷 Local node identity is: {} (legacy representation: {})",
local_peer_id.to_base58(),
local_peer_id_legacy
);