deploy: a29e4cffb0aef5dbf9339d4d8921f84eb894d349

This commit is contained in:
kaiserd 2022-03-28 09:26:20 +00:00
parent 8fa25fb571
commit 7c3d282e3f

View File

@ -893,6 +893,7 @@ proc startDiscv5*(node: WakuNode): Future[bool] {.async.} =
asyncSpawn node.runDiscv5Loop()
debug "Successfully started discovery v5 service"
info "Discv5: discoverable ENR ", enr = node.wakuDiscV5.protocol.localNode.record.toURI()
return true
return false
@ -928,7 +929,7 @@ proc start*(node: WakuNode) {.async.} =
## XXX: this should be /ip4..., / stripped?
info "Listening on", full = listenStr
info "Discoverable ENR ", enr = node.enr.toURI()
info "DNS: discoverable ENR ", enr = node.enr.toURI()
## Update switch peer info with announced addrs
node.updateSwitchPeerInfo()