From 51f3752fbeee09d025db33e154bb2efff9e20837 Mon Sep 17 00:00:00 2001 From: Ivan Metlushko Date: Mon, 1 Feb 2021 09:03:37 +0100 Subject: [PATCH] Add release notes for listdescriptors RPC Original PR is #20226 --- doc/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 8f1e03e16b6..0f248494c77 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 -----------