aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorDouglas Chimento <dchimento@gmail.com>2021-09-29 10:59:33 +0300
committerDouglas Chimento <dchimento@gmail.com>2021-12-10 22:36:05 +0200
commit2f97c1180b7eba2c48683a553ca166eba84e14c6 (patch)
treea2f974222d9e4a2fa803bd5e25c1ccef2d90d0f7 /src/net.cpp
parenta06364741358feae04813050e4225eb43fc386e3 (diff)
downloadbitcoin-2f97c1180b7eba2c48683a553ca166eba84e14c6.tar.xz
doc: Remove TODO 'exclude peers with download permission'
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 2adccce11e..2e2aa9dcef 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;
}