aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-31 07:36:27 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-07-31 07:36:31 -0400
commit3f288a1c05ebcadd7d7709f81c77921ff9e27ba2 (patch)
tree0f787d32f9b3827d77ade88ad573ca472631911b
parentf89113626e42b894ac5bfaf793576e3249748d7f (diff)
parent73b692b5310158a5da23a0cbfc6deed76623860d (diff)
downloadbitcoin-3f288a1c05ebcadd7d7709f81c77921ff9e27ba2.tar.xz
Merge #16504: doc: Add release note for the deprecated totalFee option of bumpfee
73b692b5310158a5da23a0cbfc6deed76623860d doc: Add release note for the deprecated totalFee option of bumpfee (João Barbosa) Pull request description: Adds release notes for #15996. Top commit has no ACKs. Tree-SHA512: 2d75c2fbdd122aa02e808013dd3424843495038bac289b64acc6cc9889bb8ee30d6a91ec2a1b61e6949b1b6e4437331388588d804c81a83757d35d07bf579bc3
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index afb0469291..e0673ae7ee 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -88,6 +88,12 @@ Low-level Changes section below.
`-limitancestorcount`, `-limitdescendantcount` and `-walletrejectlongchains`
command line arguments.
+Deprecated or removed RPCs
+--------------------------
+
+- The `totalFee` option of the `bumpfee` RPC has been deprecated and will be
+ removed in 0.20. To continue using this option start with
+ `-deprecatedrpc=totalFee`. See the `bumpfee` RPC help text for more details.
Low-level changes
=================