Skip to content

Commit 4c9666b

Browse files
committed
Mention mempoolfullrbf in policy/mempool-replacements.md
1 parent aae66ab commit 4c9666b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/policy/mempool-replacements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ other consensus and policy rules, each of the following conditions are met:
1515

1616
*Rationale*: See [BIP125
1717
explanation](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#motivation).
18+
The Bitcoin Core implementation offers a node setting (`mempoolfullrbf`) to allow transaction
19+
replacement without enforcement of the opt-in signaling rule.
1820

1921
2. The replacement transaction only include an unconfirmed input if that input was included in
2022
one of the directly conflicting transactions. An unconfirmed input spends an output from a
@@ -74,3 +76,6 @@ This set of rules is similar but distinct from BIP125.
7476

7577
* RBF enabled by default in the wallet GUI as of **v0.18.1** ([PR
7678
#11605](https://github.com/bitcoin/bitcoin/pull/11605)).
79+
80+
* Full replace-by-fee enabled as a configurable mempool policy as of **v24.0** ([PR
81+
#25353](https://github.com/bitcoin/bitcoin/pull/25353)).

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ Changes to GUI or wallet related settings can be found in the GUI or Wallet sect
8686
New settings
8787
------------
8888

89+
- A new `mempoolfullrbf` option has been added, which enables the mempool to
90+
accept transaction replacement without enforcing the opt-in replaceability
91+
signal. (#25353)
92+
8993
Tools and Utilities
9094
-------------------
9195

0 commit comments

Comments
 (0)