aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-07-31 01:20:02 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-07-31 12:32:55 +0100
commit73b692b5310158a5da23a0cbfc6deed76623860d (patch)
tree4b172a99cae17f9de7b82919aa2c3e40bd0a76f2 /doc
parent39763b75556be2275554d1db57b36c5ed6b4bf36 (diff)
downloadbitcoin-73b692b5310158a5da23a0cbfc6deed76623860d.tar.xz
doc: Add release note for the deprecated totalFee option of bumpfee
Diffstat (limited to 'doc')
-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
=================