diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-07-31 07:36:27 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-07-31 07:36:31 -0400 |
commit | 3f288a1c05ebcadd7d7709f81c77921ff9e27ba2 (patch) | |
tree | 0f787d32f9b3827d77ade88ad573ca472631911b | |
parent | f89113626e42b894ac5bfaf793576e3249748d7f (diff) | |
parent | 73b692b5310158a5da23a0cbfc6deed76623860d (diff) |
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.md | 6 |
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 ================= |