mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
no, really, get out
This commit is contained in:
parent
6fba1a3cd9
commit
7b2de084fd
@ -88,6 +88,7 @@ func (e *DataClockConsensusEngine) validateTxMessage(peerID peer.ID, message *pb
|
||||
e.stagedTransactionsSet[id] = struct{}{}
|
||||
e.stagedTransactionsMx.Unlock()
|
||||
if ok {
|
||||
e.pubSub.AddPeerScore([]byte(peerID), -1000000)
|
||||
return p2p.ValidationResultReject
|
||||
}
|
||||
if frameNumber+2 < head.FrameNumber {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user