mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 22:26:15 +00:00
remove comment
This commit is contained in:
@@ -1097,8 +1097,6 @@ func (m *PeerManager) processPeerEvent(pu PeerUpdate) {
|
||||
switch pu.Status {
|
||||
case PeerStatusBad:
|
||||
if m.store.peers[pu.NodeID].MutableScore == math.MinInt16 {
|
||||
// TODO: should we inactivate the peer at this
|
||||
// point?
|
||||
return
|
||||
}
|
||||
m.store.peers[pu.NodeID].MutableScore--
|
||||
|
||||
Reference in New Issue
Block a user