Add p2sh option to importaddress to import redeemScripts

This commit is contained in:
Matt Corallo
2015-06-11 00:57:50 -07:00
parent 983d2d90af
commit 907a425aa5
3 changed files with 31 additions and 6 deletions

View File

@@ -87,6 +87,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "lockunspent", 1 },
{ "importprivkey", 2 },
{ "importaddress", 2 },
{ "importaddress", 3 },
{ "verifychain", 0 },
{ "verifychain", 1 },
{ "keypoolrefill", 0 },