aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorS3RK <1466284+S3RK@users.noreply.github.com>2021-06-24 08:35:23 +0200
committerS3RK <1466284+S3RK@users.noreply.github.com>2021-07-10 15:20:52 +0200
commitbb822a7af86897a9b6a5d616f193c258e8e76729 (patch)
treeab05012696e41e9dc0e358e81622038379c62cf0 /src/rpc
parent088b348dbe82689ce1782653c8fdcebb3b636eb5 (diff)
downloadbitcoin-bb822a7af86897a9b6a5d616f193c258e8e76729.tar.xz
wallet, rpc: add listdescriptors private option
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 9c8582c7a3..9b5d181c4e 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -142,6 +142,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "importmulti", 0, "requests" },
{ "importmulti", 1, "options" },
{ "importdescriptors", 0, "requests" },
+ { "listdescriptors", 0, "private" },
{ "verifychain", 0, "checklevel" },
{ "verifychain", 1, "nblocks" },
{ "getblockstats", 0, "hash_or_height" },