Skip to content

Commit 1ccfe9b

Browse files
committed
Clarify comment about mempool/extra conflicts
1 parent fac4c78 commit 1ccfe9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/blockencodings.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c
143143
mempool_count++;
144144
extra_count++;
145145
} else {
146-
// If we find two mempool txn that match the short id, just request it.
146+
// If we find two mempool/extra txn that match the short id, just
147+
// request it.
147148
// This should be rare enough that the extra bandwidth doesn't matter,
148149
// but eating a round-trip due to FillBlock failure would be annoying
149150
// Note that we dont want duplication between extra_txn and mempool to

0 commit comments

Comments
 (0)