@@ -270,7 +270,7 @@ UniValue createrawtransaction(const JSONRPCRequest& request)
270270 " it is not stored in the wallet or transmitted to the network.\n "
271271
272272 " \n Arguments:\n "
273- " 1. \" transactions \" (string, required) A json array of json objects\n "
273+ " 1. \" inputs \" (string, required) A json array of json objects\n "
274274 " [\n "
275275 " {\n "
276276 " \" txid\" :\" id\" , (string, required) The transaction id\n "
@@ -997,7 +997,7 @@ UniValue sendrawtransaction(const JSONRPCRequest& request)
997997static const CRPCCommand commands[] =
998998{ // category name actor (function) okSafe argNames
999999 // --------------------- ------------------------ ----------------------- ------ --------
1000- { " rawtransactions" , " createrawtransaction" , &createrawtransaction, true , {" transactions " ," outputs" ," locktime" } },
1000+ { " rawtransactions" , " createrawtransaction" , &createrawtransaction, true , {" inputs " ," outputs" ," locktime" } },
10011001 { " rawtransactions" , " decoderawtransaction" , &decoderawtransaction, true , {" hexstring" } },
10021002 { " rawtransactions" , " decodescript" , &decodescript, true , {" hexstring" } },
10031003 { " rawtransactions" , " fundrawtransaction" , &fundrawtransaction, false , {" hexstring" ," options" } },
0 commit comments