aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-06-06 17:07:25 +0200
committerMarcoFalke <[email protected]>2020-07-09 12:48:05 +0200
commitfa0540cd46eaf44d9e1a9f91c3a937986826c4fa (patch)
tree1bac883d22116dcb2cf9f65e315de8d1a6c4f148 /src/net.cpp
parentMerge #19320: wallet: Replace CDataStream& with CDataStream&& where appropriate (diff)
downloaddiscoin-fa0540cd46eaf44d9e1a9f91c3a937986826c4fa.tar.xz
discoin-fa0540cd46eaf44d9e1a9f91c3a937986826c4fa.zip
net: Extract download permission from noban
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 21d340b51..d62c25956 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -2643,7 +2643,7 @@ void CConnman::RecordBytesSent(uint64_t bytes)
nMaxOutboundTotalBytesSentInCycle = 0;
}
- // TODO, exclude peers with noban permission
+ // TODO, exclude peers with download permission
nMaxOutboundTotalBytesSentInCycle += bytes;
}