diff options
| author | leijurv <[email protected]> | 2016-08-13 11:21:13 -0600 |
|---|---|---|
| committer | leijurv <[email protected]> | 2016-08-14 07:57:11 -0600 |
| commit | 1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b (patch) | |
| tree | 36df60d617ba18670531ac3055ea24a4ca13753c /src/blockencodings.cpp | |
| parent | Merge #8353: Trivial: tiny c++11 refactors (diff) | |
| download | discoin-1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b.tar.xz discoin-1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b.zip | |
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 5c4c3bd27..df237f8f2 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. |