mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-19 14:23:13 +00:00
fix compile error after merge
This commit is contained in:
parent
9951e353b5
commit
7630d4bbfb
@ -61,7 +61,7 @@ proc appendPeerIdToMultiaddr*(multiaddr: MultiAddress, peerId: PeerId): MultiAdd
|
||||
|
||||
proc populateMixNodePool*(mix: WakuMix) {.async.} =
|
||||
# populate only peers that i) are reachable ii) share cluster iii) support mix
|
||||
let remotePeers = mix.peerManager.wakuPeerStore.getReachablePeers().filterIt(
|
||||
let remotePeers = mix.peerManager.switch.peerStore.getReachablePeers().filterIt(
|
||||
mixPoolFilter(some(mix.clusterId), it)
|
||||
)
|
||||
var mixNodes = initTable[PeerId, MixPubInfo]()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user