remove comment

This commit is contained in:
tycho garen
2022-06-16 15:45:09 -04:00
parent d9205847bf
commit 014f0dfa5f
-2
View File
@@ -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--