Merge pull request #5936

212bcca Add optional locktime to createrawtransaction (Tom Harding)
This commit is contained in:
Wladimir J. van der Laan
2015-10-23 12:39:41 +02:00
2 changed files with 17 additions and 4 deletions

View File

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