[rpc] deriveaddresses: add range to CRPCConvertParam

This commit is contained in:
Sjors Provoost
2019-03-01 13:45:16 +01:00
parent ca253f6ebf
commit 9586157c0f
2 changed files with 2 additions and 3 deletions

View File

@@ -68,8 +68,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendmany", 4, "subtractfeefrom" },
{ "sendmany", 5 , "replaceable" },
{ "sendmany", 6 , "conf_target" },
{ "deriveaddresses", 1, "begin" },
{ "deriveaddresses", 2, "end" },
{ "deriveaddresses", 1, "range" },
{ "scantxoutset", 1, "scanobjects" },
{ "addmultisigaddress", 0, "nrequired" },
{ "addmultisigaddress", 1, "keys" },