mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 01:14:56 +00:00
fix(wakunode2): no peer-exchange peer error msg
Co-authored-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
efd1496e4e
commit
f5ce9ce4a4
@ -369,7 +369,7 @@ proc setupProtocols(node: WakuNode, conf: WakuNodeConf, mStorage: MessageStore):
|
|||||||
try:
|
try:
|
||||||
setPeerExchangePeer(node, conf.peerExchangeNode)
|
setPeerExchangePeer(node, conf.peerExchangeNode)
|
||||||
except:
|
except:
|
||||||
return err("failed to set node waku lightpush peer: " & getCurrentExceptionMsg())
|
return err("failed to set node waku peer-exchange peer: " & getCurrentExceptionMsg())
|
||||||
|
|
||||||
return ok()
|
return ok()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user