mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Add release notes
This commit is contained in:
parent
b65326b562
commit
109699dd33
5
doc/release-notes-14477.md
Normal file
5
doc/release-notes-14477.md
Normal file
@ -0,0 +1,5 @@
|
||||
Miscellaneous RPC changes
|
||||
------------
|
||||
|
||||
- `getaddressinfo` now reports `solvable`, a boolean indicating whether all information necessary for signing is present in the wallet (ignoring private keys).
|
||||
- `getaddressinfo`, `listunspent`, and `scantxoutset` have a new output field `desc`, an output descriptor that encapsulates all signing information and key paths for the address (only available when `solvable` is true for `getaddressinfo` and `listunspent`).
|
Loading…
Reference in New Issue
Block a user