aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-08-04 17:56:17 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-02-23 14:34:31 +0100
commit2655197e1c2dea9536c32afe1482ced4a1f481e9 (patch)
tree05521f4f4c473073f68d6bfce518472b5b6cc0de /src/rpc/client.cpp
parent2700f09c4130af6167ce71f46960e92ca800e205 (diff)
downloadbitcoin-2655197e1c2dea9536c32afe1482ced4a1f481e9.tar.xz
rpc: add external_signer option to createwallet
Diffstat (limited to 'src/rpc/client.cpp')
-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 d1eb849b7e..2b593cd10b 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -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"},