diff options
author | Pedro Branco <branco@uphold.com> | 2016-06-16 15:57:48 +0100 |
---|---|---|
committer | Pedro Branco <branco@uphold.com> | 2016-10-19 15:17:13 +0100 |
commit | cb08fdbf78685b55029768524ca867772711c32b (patch) | |
tree | c41c0169a7a428f93527eb715ec2ae9de2df7e70 /src/rpc/client.cpp | |
parent | 97c7f7362f9b59247753d6e8fa8022a6205f9c09 (diff) |
Add importmulti rpc call
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index c14d9d6747..8370a0f43e 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -95,6 +95,8 @@ static const CRPCConvertParam vRPCConvertParams[] = { "importaddress", 2 }, { "importaddress", 3 }, { "importpubkey", 2 }, + { "importmulti", 0 }, + { "importmulti", 1 }, { "verifychain", 0 }, { "verifychain", 1 }, { "keypoolrefill", 0 }, |