Commit 8f3471cd authored by vyzo's avatar vyzo

correctly attribute invalid message deliveries due to self origin rejection

parent 97519bf7
......@@ -510,6 +510,8 @@ func (ps *peerScore) RejectMessage(msg *Message, reason string) {
case rejectMissingSignature:
fallthrough
case rejectInvalidSignature:
fallthrough
case rejectSelfOrigin:
ps.markInvalidMessageDelivery(msg.ReceivedFrom, msg)
return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment