diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-03-29 11:43:21 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-29 15:56:51 +0200 |
commit | faeba9819d81e0f41756a45db55030ec3ba9f044 (patch) | |
tree | f5347fe5dcdb3ecb00147cd1ced84ef7028b8dc3 /doc | |
parent | 1c7be9ab90af14d24f4668b02d9f07cec6f88a78 (diff) |
rpc: Missing doc updates for bumpfee psbt update
Adds updates that have been missed in commit
ea0a7ec949f0f7e212f0d8819f7a54cad2258bdd:
* RPC help doc update
* Release notes update
* Remove "mutable" keyword from lambda
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index e46380b38f..0f36466985 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 ----------- |