Skip to content

Commit

Permalink
delete line
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed May 10, 2024
1 parent 8ce5093 commit 30e0f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,6 @@ proc keepaliveLoop(node: WakuNode, keepalive: chronos.Duration) {.async.} =
let peers =
node.peerManager.peerStore.peers().filterIt(it.connectedness == Connected)

node.peerManager.connectedPeers(PingCodec)
for peer in peers:
try:
let conn = await node.switch.dial(peer.peerId, peer.addrs, PingCodec)
Expand Down

0 comments on commit 30e0f6d

Please sign in to comment.