From 2f97c1180b7eba2c48683a553ca166eba84e14c6 Mon Sep 17 00:00:00 2001 From: Douglas Chimento Date: Wed, 29 Sep 2021 10:59:33 +0300 Subject: [PATCH] doc: Remove TODO 'exclude peers with download permission' --- src/net.cpp | 1 - 1 file changed, 1 deletion(-) 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; }