From 73b692b5310158a5da23a0cbfc6deed76623860d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Wed, 31 Jul 2019 01:20:02 +0100 Subject: [PATCH] doc: Add release note for the deprecated totalFee option of bumpfee --- doc/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index afb0469291a..e0673ae7eed 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 =================