rpc: Rename first named arg of createrawtransaction

This commit is contained in:
MarcoFalke
2017-03-26 12:08:44 +02:00
parent 803e6a3503
commit fa55853219
2 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getblockheader", 1, "verbose" },
{ "gettransaction", 1, "include_watchonly" },
{ "getrawtransaction", 1, "verbose" },
{ "createrawtransaction", 0, "transactions" },
{ "createrawtransaction", 0, "inputs" },
{ "createrawtransaction", 1, "outputs" },
{ "createrawtransaction", 2, "locktime" },
{ "signrawtransaction", 1, "prevtxs" },