mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
don't apply penalty in self origin rejections
This commit is contained in:
parent
b7c28b504d
commit
bfc96c2cd0
@ -111,8 +111,6 @@ func (gt *gossipTracer) RejectMessage(msg *Message, reason string) {
|
||||
return
|
||||
case rejectInvalidSignature:
|
||||
return
|
||||
case rejectSelfOrigin:
|
||||
return
|
||||
}
|
||||
|
||||
mid := gt.msgID(msg.Message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user