mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 19:47:53 +02:00
Merge bitcoin/bitcoin#25575: Address comments remaining from #25353
1056bbdfcdAddress comments remaining from #25353 (Antoine Riard) Pull request description: This PR should address the remaining comments from #25353. ACKs for top commit: MarcoFalke: cr ACK1056bbdfcdglozow: ACK1056bbdfcdw0xlt: cr ACK1056bbdfcdTree-SHA512: 194524193b1f087742c04d3cbe221e2ccf62e1f9303dc6668d62b73bd2dc0c039b7d68b33658dbee7809bd14bb8a5479f8e7928180b18c3180fdfbe3876c3ca1
This commit is contained in:
@@ -15,8 +15,8 @@ other consensus and policy rules, each of the following conditions are met:
|
||||
|
||||
*Rationale*: See [BIP125
|
||||
explanation](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#motivation).
|
||||
The Bitcoin Core implementation offers a node setting (`mempoolfullrbf`) to allow transaction
|
||||
replacement without enforcement of the opt-in signaling rule.
|
||||
Use the (`-mempoolfullrbf`) configuration option to allow transaction replacement without enforcement of the
|
||||
opt-in signaling rule.
|
||||
|
||||
2. The replacement transaction only include an unconfirmed input if that input was included in
|
||||
one of the directly conflicting transactions. An unconfirmed input spends an output from a
|
||||
|
||||
@@ -87,8 +87,8 @@ New settings
|
||||
------------
|
||||
|
||||
- A new `mempoolfullrbf` option has been added, which enables the mempool to
|
||||
accept transaction replacement without enforcing the opt-in replaceability
|
||||
signal. (#25353)
|
||||
accept transaction replacement without enforcing BIP125 replaceability
|
||||
signaling. (#25353)
|
||||
|
||||
Tools and Utilities
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user