Merge #16504: doc: Add release note for the deprecated totalFee option of bumpfee
73b692b531
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
This commit is contained in:
commit
3f288a1c05
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
=================
|
||||
|
|
Loading…
Reference in a new issue