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…
Reference in New Issue