release-notes: Update for replacebyfee->mempoolreplacement rename
This commit is contained in:
parent
4ad418bc9b
commit
af9f564267
@ -144,14 +144,14 @@ accepted when it pays sufficient fee, as described in [BIP 125]
|
|||||||
(https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki).
|
(https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki).
|
||||||
|
|
||||||
Transaction replacement can be disabled with a new command line option,
|
Transaction replacement can be disabled with a new command line option,
|
||||||
`-replacebyfee=0`. Transactions signaling replacement under BIP125 will still
|
`-mempoolreplacement=0`. Transactions signaling replacement under BIP125 will
|
||||||
be allowed into the mempool in this configuration, but replacements will be
|
still be allowed into the mempool in this configuration, but replacements will
|
||||||
rejected. This option is intended for miners who want to continue the
|
be rejected. This option is intended for miners who want to continue the
|
||||||
transaction selection behavior of previous releases.
|
transaction selection behavior of previous releases.
|
||||||
|
|
||||||
The `-replacebyfee` option is *not recommended* for wallet users seeking to
|
The `-mempoolreplacement` option is *not recommended* for wallet users seeking
|
||||||
avoid receipt of unconfirmed opt-in transactions, because this option does not
|
to avoid receipt of unconfirmed opt-in transactions, because this option does
|
||||||
prevent transactions which are replaceable under BIP 125 from being accepted
|
not prevent transactions which are replaceable under BIP 125 from being accepted
|
||||||
(only subsequent replacements, which other nodes on the network that implement
|
(only subsequent replacements, which other nodes on the network that implement
|
||||||
BIP 125 are likely to relay and mine). Wallet users wishing to detect whether
|
BIP 125 are likely to relay and mine). Wallet users wishing to detect whether
|
||||||
a transaction is subject to replacement under BIP 125 should instead use the
|
a transaction is subject to replacement under BIP 125 should instead use the
|
||||||
|
Loading…
Reference in New Issue
Block a user