diff options
| author | Matt Corallo <[email protected]> | 2015-06-11 00:57:50 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-07-20 16:01:37 -0700 |
| commit | 907a425aa5b8fd90cf1d28215712a309e934b364 (patch) | |
| tree | f58579e333f979eaf3e44f710228260fde9f8439 /src/rpcclient.cpp | |
| parent | Split up importaddress into helper functions (diff) | |
| download | discoin-907a425aa5b8fd90cf1d28215712a309e934b364.tar.xz discoin-907a425aa5b8fd90cf1d28215712a309e934b364.zip | |
Add p2sh option to importaddress to import redeemScripts
Diffstat (limited to 'src/rpcclient.cpp')
| -rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index b41e960e8..450f33b3e 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -87,6 +87,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "lockunspent", 1 }, { "importprivkey", 2 }, { "importaddress", 2 }, + { "importaddress", 3 }, { "verifychain", 0 }, { "verifychain", 1 }, { "keypoolrefill", 0 }, |