chore: upgrade peer exchange mounting (#2953)

This commit is contained in:
Darshan K 2024-08-06 13:27:25 +05:30 committed by GitHub
parent fcc11a7cd9
commit 6748142f29

View File

@ -338,7 +338,7 @@ proc setupProtocols(
return err("failed to set node waku filter peer: " & filterNode.error)
# waku peer exchange setup
if conf.peerExchangeNode != "" or conf.peerExchange:
if conf.peerExchange:
try:
await mountPeerExchange(node, some(conf.clusterId))
except CatchableError: