aboutsummaryrefslogtreecommitdiff
path: root/src/blockencodings.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-01-16 22:58:06 -0500
committerMatt Corallo <git@bluematt.me>2017-01-16 22:58:06 -0500
commit1ccfe9b1c93460e3d345948c3740cfeca45e2ee3 (patch)
tree6db980c650a08d5a72f486521fc187ca5b0da07c /src/blockencodings.cpp
parentfac4c78028d132ee7becc1dc54a0c881ae1a0287 (diff)
downloadbitcoin-1ccfe9b1c93460e3d345948c3740cfeca45e2ee3.tar.xz
Clarify comment about mempool/extra conflicts
Diffstat (limited to 'src/blockencodings.cpp')
-rw-r--r--src/blockencodings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp
index 48431cfb3c..4a311cbba2 100644
--- a/src/blockencodings.cpp
+++ b/src/blockencodings.cpp
@@ -143,7 +143,8 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c
mempool_count++;
extra_count++;
} else {
- // If we find two mempool txn that match the short id, just request it.
+ // If we find two mempool/extra txn that match the short id, just
+ // 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