We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac4c78 commit 1ccfe9bCopy full SHA for 1ccfe9b
src/blockencodings.cpp
@@ -143,7 +143,8 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c
143
mempool_count++;
144
extra_count++;
145
} else {
146
- // 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
147
+ // request it.
148
// This should be rare enough that the extra bandwidth doesn't matter,
149
// but eating a round-trip due to FillBlock failure would be annoying
150
// Note that we dont want duplication between extra_txn and mempool to
0 commit comments