mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-20 19:40:52 +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()
|
await node.network.startLookingForPeers()
|
||||||
|
|
||||||
|
info "Networking initialized",
|
||||||
|
enr = node.network.announcedENR.toURI,
|
||||||
|
libp2p = shortLog(node.network.switch.peerInfo)
|
||||||
|
|
||||||
proc start(node: BeaconNode) =
|
proc start(node: BeaconNode) =
|
||||||
let
|
let
|
||||||
head = node.blockPool.head
|
head = node.blockPool.head
|
||||||
|
Loading…
x
Reference in New Issue
Block a user