Merge pull request #5936
212bcca Add optional locktime to createrawtransaction (Tom Harding)
This commit is contained in:
@@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "getrawtransaction", 1 },
|
||||
{ "createrawtransaction", 0 },
|
||||
{ "createrawtransaction", 1 },
|
||||
{ "createrawtransaction", 2 },
|
||||
{ "signrawtransaction", 1 },
|
||||
{ "signrawtransaction", 2 },
|
||||
{ "sendrawtransaction", 1 },
|
||||
|
||||
Reference in New Issue
Block a user