Be able to create new wallets with DescriptorScriptPubKeyMans as backing

This commit is contained in:
Andrew Chow
2019-07-11 18:21:21 -04:00
parent b713baa75a
commit 82ae02b165
8 changed files with 87 additions and 11 deletions

View File

@@ -170,6 +170,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "createwallet", 1, "disable_private_keys"},
{ "createwallet", 2, "blank"},
{ "createwallet", 4, "avoid_reuse"},
{ "createwallet", 5, "descriptors"},
{ "getnodeaddresses", 0, "count"},
{ "stop", 0, "wait" },
};