mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-11 19:04:26 +00:00
more comment fixes
This commit is contained in:
parent
0d4c74b33a
commit
6620b7a00b
@ -510,9 +510,7 @@ method publish*(g: GossipSub,
|
||||
msg = Message.init(g.peerInfo, data, topic, g.sign)
|
||||
msgId = g.msgIdProvider(msg)
|
||||
|
||||
# trace "created new message", msg
|
||||
|
||||
trace "publishing on topic", name = topic, peers = peers
|
||||
trace "publishing on topic", name = topic, peers = peers, msg
|
||||
if msgId notin g.mcache:
|
||||
g.mcache.put(msgId, msg)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user