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 9a97f39 commit 0975406Copy full SHA for 0975406
src/txmempool.h
@@ -379,8 +379,9 @@ class SaltedTxidHasher
379
*
380
* mapTx is a boost::multi_index that sorts the mempool on 4 criteria:
381
* - transaction hash
382
- * - feerate [we use max(feerate of tx, feerate of tx with all descendants)]
+ * - descendant feerate [we use max(feerate of tx, feerate of tx with all descendants)]
383
* - time in mempool
384
+ * - ancestor feerate [we use min(feerate of tx, feerate of tx with all unconfirmed ancestors)]
385
386
* Note: the term "descendant" refers to in-mempool transactions that depend on
387
* this one, while "ancestor" refers to in-mempool transactions that a given
0 commit comments