rpc: Rename first named arg of createrawtransaction

Github-Pull: #10084
Rebased-From: fa55853219
This commit is contained in:
MarcoFalke 2017-03-26 12:08:44 +02:00
parent fc3d7db580
commit 142fbb2fec
2 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,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" },