diff options
author | Douglas Chimento <dchimento@gmail.com> | 2021-09-29 10:59:33 +0300 |
---|---|---|
committer | Douglas Chimento <dchimento@gmail.com> | 2021-12-10 22:36:05 +0200 |
commit | 2f97c1180b7eba2c48683a553ca166eba84e14c6 (patch) | |
tree | a2f974222d9e4a2fa803bd5e25c1ccef2d90d0f7 | |
parent | a06364741358feae04813050e4225eb43fc386e3 (diff) |
doc: Remove TODO 'exclude peers with download permission'
-rw-r--r-- | src/net.cpp | 1 |
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; } |