mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 19:50:43 +02:00
[doc] RBF feerate rule
This commit is contained in:
parent
5174a139c9
commit
2224bcabc4
@ -51,6 +51,13 @@ other consensus and policy rules, each of the following conditions are met:
|
|||||||
significant portions of the node's mempool using replacements with multiple directly conflicting
|
significant portions of the node's mempool using replacements with multiple directly conflicting
|
||||||
transactions, each with large descendant sets.
|
transactions, each with large descendant sets.
|
||||||
|
|
||||||
|
6. The replacement transaction's feerate is greater than the feerates of all directly conflicting
|
||||||
|
transactions.
|
||||||
|
|
||||||
|
*Rationale*: This rule was originally intended to ensure that the replacement transaction is
|
||||||
|
preferable for block-inclusion, compared to what would be removed from the mempool. This rule
|
||||||
|
predates ancestor feerate-based transaction selection.
|
||||||
|
|
||||||
This set of rules is similar but distinct from BIP125.
|
This set of rules is similar but distinct from BIP125.
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
Loading…
Reference in New Issue
Block a user