This commit is contained in:
Tanguy 2023-02-20 13:53:34 +01:00
parent 2f46751c68
commit 6cc1d1cda5
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E

View File

@ -617,7 +617,7 @@ proc getGossipPeers*(g: GossipSub): Table[PubSubPeer, ControlMessage] {.raises:
g.rng.shuffle(allPeers)
allPeers.setLen(target)
info "got messages to emit", size=midsSeq.len, topic, msgs=midsSeq.mapIt(it.toHex()), peers=allPeers.len, peerValues=allPeers.mapIt((it.shortAgent, it.queuedSendBytes, it.peerId))
info "got messages to emit", size=midsSeq.len, topic, msgs=midsSeq.mapIt(it.toHex()), peers=allPeers.len, peerValues=allPeers.mapIt((it.shortAgent, it.queuedSendBytes, $it.peerId))
for peer in allPeers: