mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: full peer id as a debug statement (#1943)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -208,6 +208,7 @@ impl Command {
|
||||
.start_network(network_config, &ctx.task_executor, transaction_pool.clone())
|
||||
.await?;
|
||||
info!(target: "reth::cli", peer_id = %network.peer_id(), local_addr = %network.local_addr(), "Connected to P2P network");
|
||||
debug!(target: "reth::cli", peer_id = ?network.peer_id(), "Full peer ID");
|
||||
|
||||
let _rpc_server = self
|
||||
.rpc
|
||||
|
||||
Reference in New Issue
Block a user