mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-28 21:00:41 +02:00
CalculateFeerateDiagramsForRBF: update misleading description of old diagram contents
This commit is contained in:
parent
a9d42b9aa5
commit
ee1b9b231a
@ -1294,9 +1294,10 @@ util::Result<std::pair<std::vector<FeeFrac>, std::vector<FeeFrac>>> CTxMemPool::
|
|||||||
// direct_conflicts that is at its own fee/size, along with the replacement
|
// direct_conflicts that is at its own fee/size, along with the replacement
|
||||||
// tx/package at its own fee/size
|
// tx/package at its own fee/size
|
||||||
|
|
||||||
// old diagram will consist of each element of all_conflicts either at
|
// old diagram will consist of the ancestors and descendants of each element of
|
||||||
// its own feerate (followed by any descendant at its own feerate) or as a
|
// all_conflicts. every such transaction will either be at its own feerate (followed
|
||||||
// single chunk at its descendant's ancestor feerate.
|
// by any descendant at its own feerate), or as a single chunk at the descendant's
|
||||||
|
// ancestor feerate.
|
||||||
|
|
||||||
std::vector<FeeFrac> old_chunks;
|
std::vector<FeeFrac> old_chunks;
|
||||||
// Step 1: build the old diagram.
|
// Step 1: build the old diagram.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user