rpc: add external_signer option to createwallet

This commit is contained in:
Sjors Provoost
2019-08-04 17:56:17 +02:00
parent 2700f09c41
commit 2655197e1c
4 changed files with 20 additions and 4 deletions

View File

@@ -183,6 +183,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "createwallet", 4, "avoid_reuse"},
{ "createwallet", 5, "descriptors"},
{ "createwallet", 6, "load_on_startup"},
{ "createwallet", 7, "external_signer"},
{ "loadwallet", 1, "load_on_startup"},
{ "unloadwallet", 1, "load_on_startup"},
{ "getnodeaddresses", 0, "count"},