Skip to content

Commit 26c59bf

Browse files
committed
added missing label for args to createrawtransaction rpc
1 parent d57e5e5 commit 26c59bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ static const CRPCCommand commands[] =
15011501
{ // category name actor (function) okSafeMode
15021502
// --------------------- ------------------------ ----------------------- ----------
15031503
{ "rawtransactions", "getrawtransaction", &getrawtransaction, true, {"txid","verbose"} },
1504-
{ "rawtransactions", "createrawtransaction", &createrawtransaction, true, {"inputs","outputs","locktime"} },
1504+
{ "rawtransactions", "createrawtransaction", &createrawtransaction, true, {"inputs","outputs","locktime","output_assets"} },
15051505
{ "rawtransactions", "decoderawtransaction", &decoderawtransaction, true, {"hexstring"} },
15061506
{ "rawtransactions", "decodescript", &decodescript, true, {"hexstring"} },
15071507
{ "rawtransactions", "sendrawtransaction", &sendrawtransaction, false, {"hexstring","allowhighfees"} },

0 commit comments

Comments
 (0)