wallet, rpc: Add createwalletdescriptor RPC

This commit is contained in:
Ava Chow
2023-12-21 18:27:45 -05:00
parent 8e1a475062
commit 460ae1bf67
2 changed files with 106 additions and 0 deletions

View File

@@ -278,6 +278,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "gethdkeys", 0, "active_only" },
{ "gethdkeys", 0, "options" },
{ "gethdkeys", 0, "private" },
{ "createwalletdescriptor", 1, "options" },
{ "createwalletdescriptor", 1, "internal" },
// Echo with conversion (For testing only)
{ "echojson", 0, "arg0" },
{ "echojson", 1, "arg1" },