deploy: 9be3d296beefb88d0193fd1c0b057f9370f8442e

This commit is contained in:
jm-clius 2022-09-20 09:26:59 +00:00
parent 4cce72d4f1
commit ec8efbee7d
2 changed files with 2 additions and 2 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-az550-353:
# Libtool was configured on host fv-az39-688:
# 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

@ -707,7 +707,7 @@ proc runDiscv5Loop(node: WakuNode) {.async.} =
trace "Discovered peers", count=discoveredPeers.get().len()
let newPeers = discoveredPeers.get().filterIt(
not node.switch.peerStore[AddressBook].contains(it.peerId))
not node.switch.isConnected(it.peerId))
if newPeers.len > 0:
debug "Connecting to newly discovered peers", count=newPeers.len()