Take expiryheight as param to createrawtransaction

This commit is contained in:
Jay Graber
2018-06-14 03:50:52 -07:00
committed by Simon
parent 3eefe12c79
commit 76277ad8af
2 changed files with 14 additions and 9 deletions

View File

@@ -77,6 +77,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "createrawtransaction", 0 },
{ "createrawtransaction", 1 },
{ "createrawtransaction", 2 },
{ "createrawtransaction", 3 },
{ "signrawtransaction", 1 },
{ "signrawtransaction", 2 },
{ "sendrawtransaction", 1 },
@@ -189,4 +190,3 @@ UniValue RPCConvertValues(const std::string &strMethod, const std::vector<std::s
return params;
}