Add optional locktime to createrawtransaction

A non-zero locktime also causes input sequences to be set to
non-max, activating the locktime.
This commit is contained in:
Tom Harding
2015-03-22 10:51:43 -07:00
committed by Jack Grigg
parent 3e7b5f23e4
commit 6c9d672f3c
2 changed files with 17 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getrawtransaction", 1 },
{ "createrawtransaction", 0 },
{ "createrawtransaction", 1 },
{ "createrawtransaction", 2 },
{ "signrawtransaction", 1 },
{ "signrawtransaction", 2 },
{ "sendrawtransaction", 1 },