Add height param to importprivkey

This commit is contained in:
blackjok3r
2019-04-17 15:00:47 +08:00
parent f2666b3293
commit 78162cf103
2 changed files with 16 additions and 4 deletions

View File

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