deploy: c99b0a4778c87d9afd8e88a053752b5eeb337e9d

This commit is contained in:
kaiserd 2022-10-25 10:46:13 +00:00
parent 11a51a453b
commit c270da77a6
2 changed files with 3 additions and 1 deletions

View File

@ -363,6 +363,8 @@ proc setupProtocols(node: WakuNode, conf: WakuNodeConf, mStorage: MessageStore):
except:
return err("failed to mount waku peer-exchange protocol: " & getCurrentExceptionMsg())
asyncSpawn runPeerExchangeDiscv5Loop(node.wakuPeerExchange)
if conf.peerExchangeNode != "":
try:
setPeerExchangePeer(node, conf.peerExchangeNode)

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-az191-120:
# Libtool was configured on host fv-az208-754:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,