mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 21:34:45 +00:00
Clarify comment about mempool/extra conflicts
This commit is contained in:
parent
fac4c78028
commit
1ccfe9b1c9
@ -143,7 +143,8 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c
|
|||||||
mempool_count++;
|
mempool_count++;
|
||||||
extra_count++;
|
extra_count++;
|
||||||
} else {
|
} 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,
|
// This should be rare enough that the extra bandwidth doesn't matter,
|
||||||
// but eating a round-trip due to FillBlock failure would be annoying
|
// 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 dont want duplication between extra_txn and mempool to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user