rpc: Missing doc updates for bumpfee psbt update

Adds updates that have been missed in commit
ea0a7ec949:

* RPC help doc update
* Release notes update
* Remove "mutable" keyword from lambda
This commit is contained in:
MarcoFalke
2021-03-29 11:43:21 +02:00
parent 1c7be9ab90
commit faeba9819d
2 changed files with 7 additions and 4 deletions

View File

@@ -110,6 +110,9 @@ Wallet
The RPC returns public versions of all imported descriptors, including their timestamp and flags.
For ranged descriptors, it also returns the range boundaries and the next index to generate addresses from. (#20226)
- The `bumpfee` RPC is not available with wallets that have private keys
disabled. `psbtbumpfee` can be used instead. (#20891)
GUI changes
-----------