mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-19 02:16:33 +00:00
deploy: f4e9d395245ac1b83de002372c39b43bd29e80bd
This commit is contained in:
parent
7e697b7ca0
commit
23129bdb61
@ -2,7 +2,7 @@
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (libbacktrace) version-unused
|
||||
# Libtool was configured on host fv-az215-476:
|
||||
# Libtool was configured on host fv-az571-257:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||
|
@ -415,8 +415,7 @@ proc info*(node: WakuNode): WakuInfo =
|
||||
for address in node.announcedAddresses:
|
||||
var fulladdr = $address & "/p2p/" & $peerInfo.peerId
|
||||
listenStr &= fulladdr
|
||||
let enrUri = if node.wakuDiscV5 != nil: node.wakuDiscV5.protocol.localNode.record.toUri()
|
||||
else: node.enr.toUri()
|
||||
let enrUri = node.enr.toUri()
|
||||
let wakuInfo = WakuInfo(listenAddresses: listenStr, enrUri: enrUri)
|
||||
return wakuInfo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user