mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-02-24 06:23:15 +00:00
rm misleading comment
This commit is contained in:
parent
6a259a02fd
commit
a70cfa5e07
@ -239,7 +239,6 @@ func (t *tagTracer) DuplicateMessage(msg *Message) {
|
||||
id := t.msgID(msg.Message)
|
||||
peers, ok := t.nearFirst[id]
|
||||
if !ok {
|
||||
// the peers map should have been created in ValidateMessage
|
||||
return
|
||||
}
|
||||
peers[msg.ReceivedFrom] = struct{}{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user