remove comment

This commit is contained in:
tycho garen
2022-06-16 15:45:19 -04:00
parent 29d592f9a1
commit 6044ecb9b1
-2
View File
@@ -1078,8 +1078,6 @@ func (m *PeerManager) processPeerEvent(ctx context.Context, 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--