diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-17 12:50:28 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-17 12:51:16 +0200 |
| commit | e753eaeb343c0e52bbe2e7c43b16c6a2e6bc3b61 (patch) | |
| tree | 20bf15b38d659fce3027d37d9678009942e13c6c /src/blockencodings.cpp | |
| parent | Merge #8513: Fix a type error that would not compile on OSX. (diff) | |
| parent | various typos (diff) | |
| download | discoin-e753eaeb343c0e52bbe2e7c43b16c6a2e6bc3b61.tar.xz discoin-e753eaeb343c0e52bbe2e7c43b16c6a2e6bc3b61.zip | |
Merge #8505: Trivial: Fix typos in various files
1aacfc2 various typos (leijurv)
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. |