Skip to content

Commit

Permalink
Clarify comment about mempool/extra conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jan 17, 2017
1 parent fac4c78 commit 1ccfe9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blockencodings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ccfe9b

Please sign in to comment.