aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 19:32:54 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 19:32:54 +0000
commitaf9f564267b1ef7e523834675fb8bc447fc435e6 (patch)
treea671c0d00c26d841faf92f34af56fbe956e36047
parent4ad418bc9b056c22a23ed8f35f96190d7a4eb055 (diff)
downloadbitcoin-af9f564267b1ef7e523834675fb8bc447fc435e6.tar.xz
release-notes: Update for replacebyfee->mempoolreplacement rename
-rw-r--r--doc/release-notes.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 1495a31c0c..2b0ee886bb 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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).
Transaction replacement can be disabled with a new command line option,
-`-replacebyfee=0`. Transactions signaling replacement under BIP125 will still
-be allowed into the mempool in this configuration, but replacements will be
-rejected. This option is intended for miners who want to continue the
+`-mempoolreplacement=0`. Transactions signaling replacement under BIP125 will
+still be allowed into the mempool in this configuration, but replacements will
+be rejected. This option is intended for miners who want to continue the
transaction selection behavior of previous releases.
-The `-replacebyfee` option is *not recommended* for wallet users seeking to
-avoid receipt of unconfirmed opt-in transactions, because this option does not
-prevent transactions which are replaceable under BIP 125 from being accepted
+The `-mempoolreplacement` option is *not recommended* for wallet users seeking
+to avoid receipt of unconfirmed opt-in transactions, because this option does
+not prevent transactions which are replaceable under BIP 125 from being accepted
(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
a transaction is subject to replacement under BIP 125 should instead use the