mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
networkmonitor: fix compilation issue (#2964)
This commit is contained in:
parent
4340eb75e1
commit
ac1d9efda9
@ -318,7 +318,7 @@ proc crawlNetwork(
|
||||
let discoveredNodes = await wakuDiscv5.findRandomPeers()
|
||||
|
||||
# nodes are nested into bucket, flat it
|
||||
#let flatNodes = wakuDiscv5.protocol.routingTable.buckets.mapIt(it.nodes).flatten()
|
||||
let flatNodes = wakuDiscv5.protocol.routingTable.buckets.mapIt(it.nodes).flatten()
|
||||
|
||||
# populate metrics related to capabilities as advertised by the ENR (see waku field)
|
||||
setDiscoveredPeersCapabilities(discoveredNodes)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user