Skip to content

Commit 2224bca

Browse files
committed
[doc] RBF feerate rule
1 parent 5174a13 commit 2224bca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/policy/mempool-replacements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ other consensus and policy rules, each of the following conditions are met:
5151
significant portions of the node's mempool using replacements with multiple directly conflicting
5252
transactions, each with large descendant sets.
5353

54+
6. The replacement transaction's feerate is greater than the feerates of all directly conflicting
55+
transactions.
56+
57+
*Rationale*: This rule was originally intended to ensure that the replacement transaction is
58+
preferable for block-inclusion, compared to what would be removed from the mempool. This rule
59+
predates ancestor feerate-based transaction selection.
60+
5461
This set of rules is similar but distinct from BIP125.
5562

5663
## History

0 commit comments

Comments
 (0)