deploy: f4e9d395245ac1b83de002372c39b43bd29e80bd

This commit is contained in:
jm-clius 2022-09-08 14:07:50 +00:00
parent 7e697b7ca0
commit 23129bdb61
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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