diff options
author | Matt Corallo <git@bluematt.me> | 2015-06-11 00:57:50 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2015-07-20 16:01:37 -0700 |
commit | 907a425aa5b8fd90cf1d28215712a309e934b364 (patch) | |
tree | f58579e333f979eaf3e44f710228260fde9f8439 /src/rpcclient.cpp | |
parent | 983d2d90af1b517bee51170d2ea059e68d09be35 (diff) |
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 b41e960e8a..450f33b3ee 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 }, |