aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-01-18 10:41:27 +0100
committerWladimir J. van der Laan <[email protected]>2016-01-18 10:41:32 +0100
commita8bd616fea62e0b15c6041d687230f5d9dd47bf9 (patch)
tree0e86fd376821825e0d50e56bcc7c6a0f38680a24 /src/net.cpp
parentMerge pull request #7363 (diff)
parentTypo fixes in comments (diff)
downloaddiscoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.tar.xz
discoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.zip
Merge pull request #7329
9d263bd Typo fixes in comments (Chris Wheeler)
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 84582484e..db8f97abc 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -2177,7 +2177,7 @@ bool CNode::OutboundTargetReached(bool historicalBlockServingLimit)
if (historicalBlockServingLimit)
{
- // keep a large enought buffer to at least relay each block once
+ // keep a large enough buffer to at least relay each block once
uint64_t timeLeftInCycle = GetMaxOutboundTimeLeftInCycle();
uint64_t buffer = timeLeftInCycle / 600 * MAX_BLOCK_SIZE;
if (buffer >= nMaxOutboundLimit || nMaxOutboundTotalBytesSentInCycle >= nMaxOutboundLimit - buffer)