mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
rpc: Rename first named arg of createrawtransaction
Github-Pull: #10084
Rebased-From: fa55853219
This commit is contained in:
parent
fc3d7db580
commit
142fbb2fec
2 changed files with 4 additions and 4 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue