diff options
| author | Pedro Branco <[email protected]> | 2016-06-16 15:57:48 +0100 |
|---|---|---|
| committer | Pedro Branco <[email protected]> | 2016-10-19 15:17:13 +0100 |
| commit | cb08fdbf78685b55029768524ca867772711c32b (patch) | |
| tree | c41c0169a7a428f93527eb715ec2ae9de2df7e70 /src/rpc/client.cpp | |
| parent | Merge #8788: [RPC] Give RPC commands more information about the RPC request (diff) | |
| download | discoin-cb08fdbf78685b55029768524ca867772711c32b.tar.xz discoin-cb08fdbf78685b55029768524ca867772711c32b.zip | |
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 c14d9d674..8370a0f43 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 }, |