doc: Remove TODO 'exclude peers with download permission'

This commit is contained in:
Douglas Chimento 2021-09-29 10:59:33 +03:00
parent a063647413
commit 2f97c1180b

View file

@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
nMaxOutboundTotalBytesSentInCycle = 0;
}
// TODO, exclude peers with download permission
nMaxOutboundTotalBytesSentInCycle += bytes;
}