doc: Remove TODO 'exclude peers with download permission'

pull/826/head
Douglas Chimento 3 years ago
parent a063647413
commit 2f97c1180b

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

Loading…
Cancel
Save