Typo fixes in comments

This commit is contained in:
Chris Wheeler
2016-01-17 11:03:56 +00:00
committed by lateminer
parent fcc23c5c63
commit ea8bac6c36
10 changed files with 12 additions and 12 deletions

View File

@@ -2130,7 +2130,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)