mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-07 20:28:03 +00:00
print networking info on startup
This commit is contained in:
parent
b10920bcd0
commit
61fc535f8c
@ -856,6 +856,10 @@ proc initializeNetworking(node: BeaconNode) {.async.} =
|
||||
|
||||
await node.network.startLookingForPeers()
|
||||
|
||||
info "Networking initialized",
|
||||
enr = node.network.announcedENR.toURI,
|
||||
libp2p = shortLog(node.network.switch.peerInfo)
|
||||
|
||||
proc start(node: BeaconNode) =
|
||||
let
|
||||
head = node.blockPool.head
|
||||
|
Loading…
x
Reference in New Issue
Block a user