diff options
author | leijurv <leijurv@gmail.com> | 2016-08-13 11:21:13 -0600 |
---|---|---|
committer | leijurv <leijurv@gmail.com> | 2016-08-14 07:57:11 -0600 |
commit | 1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b (patch) | |
tree | 36df60d617ba18670531ac3055ea24a4ca13753c /src/blockencodings.cpp | |
parent | 38590729631c0984abf5c1bb26a0f2d21ccd4916 (diff) |
various typos
Diffstat (limited to 'src/blockencodings.cpp')
-rw-r--r-- | src/blockencodings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp index 5c4c3bd274..df237f8f26 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -75,7 +75,7 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c } prefilled_count = cmpctblock.prefilledtxn.size(); - // Calculate map of txids -> positions and check mempool to see what we have (or dont) + // Calculate map of txids -> positions and check mempool to see what we have (or don't) // Because well-formed cmpctblock messages will have a (relatively) uniform distribution // of short IDs, any highly-uneven distribution of elements can be safely treated as a // READ_STATUS_FAILED. |