diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
commit | dbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch) | |
tree | 113b54b12a394382eee95bf40120009b2d143b0a /src/blockencodings.cpp | |
parent | 0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (diff) |
[trivial] Fix typos in comments
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 4a311cbba2..90120b82eb 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -147,7 +147,7 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c // request it. // This should be rare enough that the extra bandwidth doesn't matter, // but eating a round-trip due to FillBlock failure would be annoying - // Note that we dont want duplication between extra_txn and mempool to + // Note that we don't want duplication between extra_txn and mempool to // trigger this case, so we compare witness hashes first if (txn_available[idit->second] && txn_available[idit->second]->GetWitnessHash() != extra_txn[i].second->GetWitnessHash()) { |