0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Add release notes for listdescriptors RPC

Original PR is #20226
This commit is contained in:
Ivan Metlushko 2021-02-01 09:03:37 +01:00
parent 4c55f92c76
commit 51f3752fbe

View file

@ -93,6 +93,10 @@ Tools and Utilities
Wallet
------
- A new `listdescriptors` RPC is available to inspect the contents of descriptor-enabled wallets.
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)
GUI changes
-----------