mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Merge #21049: Add release notes for listdescriptors RPC
51f3752fbe
Add release notes for listdescriptors RPC (Ivan Metlushko) Pull request description: Original PR is #20226 ACKs for top commit: jonatack: ACK51f3752
jonasschnelli: ACK51f3752fbe
Tree-SHA512: e8091d01b99a3effcd6c1738e7363a44858ba9bcf6bd99bf60f2025a25db83fc8d61354ab2002365b56071b9f3693c7d534153a259b5ebc91cbcf8d13f6555f1
This commit is contained in:
commit
5a429d3d0f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue