diff --git a/src/net.cpp b/src/net.cpp index 2adccce11e0..2e2aa9dceff 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes) nMaxOutboundTotalBytesSentInCycle = 0; } - // TODO, exclude peers with download permission nMaxOutboundTotalBytesSentInCycle += bytes; }