add additional param to importprivkey for other WIF formats

This commit is contained in:
Alrighttt
2019-07-01 19:03:52 +02:00
parent 896b6fee53
commit 5e6737fc38
4 changed files with 28 additions and 2 deletions

View File

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