@@ -820,14 +820,14 @@ static UniValue sendmany(const JSONRPCRequest& request)
820820 HelpRequiringPassphrase (pwallet) + " \n " ,
821821 {
822822 {" dummy" , RPCArg::Type::STR, RPCArg::Optional::NO, " Must be set to \"\" for backwards compatibility." , " \"\" " },
823- {" amounts" , RPCArg::Type::OBJ, RPCArg::Optional::NO, " A json object with addresses and amounts" ,
823+ {" amounts" , RPCArg::Type::OBJ, RPCArg::Optional::NO, " The addresses and amounts" ,
824824 {
825825 {" address" , RPCArg::Type::AMOUNT, RPCArg::Optional::NO, " The bitcoin address is the key, the numeric amount (can be string) in " + CURRENCY_UNIT + " is the value" },
826826 },
827827 },
828828 {" minconf" , RPCArg::Type::NUM, RPCArg::Optional::OMITTED_NAMED_ARG, " Ignored dummy value" },
829829 {" comment" , RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, " A comment" },
830- {" subtractfeefrom" , RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, " A json array with addresses.\n "
830+ {" subtractfeefrom" , RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, " The addresses.\n "
831831 " The fee will be equally deducted from the amount of each selected address.\n "
832832 " Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n "
833833 " If no addresses are specified here, the sender pays the fee." ,
@@ -958,7 +958,7 @@ static UniValue addmultisigaddress(const JSONRPCRequest& request)
958958 " If 'label' is specified, assign address to that label.\n " ,
959959 {
960960 {" nrequired" , RPCArg::Type::NUM, RPCArg::Optional::NO, " The number of required signatures out of the n keys or addresses." },
961- {" keys" , RPCArg::Type::ARR, RPCArg::Optional::NO, " A json array of bitcoin addresses or hex-encoded public keys" ,
961+ {" keys" , RPCArg::Type::ARR, RPCArg::Optional::NO, " The bitcoin addresses or hex-encoded public keys" ,
962962 {
963963 {" key" , RPCArg::Type::STR, RPCArg::Optional::OMITTED, " bitcoin address or hex-encoded public key" },
964964 },
@@ -2139,7 +2139,7 @@ static UniValue lockunspent(const JSONRPCRequest& request)
21392139 " Also see the listunspent call\n " ,
21402140 {
21412141 {" unlock" , RPCArg::Type::BOOL, RPCArg::Optional::NO, " Whether to unlock (true) or lock (false) the specified transactions" },
2142- {" transactions" , RPCArg::Type::ARR, /* default */ " empty array" , " A json array of objects. Each object the txid (string) vout (numeric)." ,
2142+ {" transactions" , RPCArg::Type::ARR, /* default */ " empty array" , " The transaction outputs and within each, the txid (string) vout (numeric)." ,
21432143 {
21442144 {" " , RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, " " ,
21452145 {
@@ -2800,7 +2800,7 @@ static UniValue listunspent(const JSONRPCRequest& request)
28002800 {
28012801 {" minconf" , RPCArg::Type::NUM, /* default */ " 1" , " The minimum confirmations to filter" },
28022802 {" maxconf" , RPCArg::Type::NUM, /* default */ " 9999999" , " The maximum confirmations to filter" },
2803- {" addresses" , RPCArg::Type::ARR, /* default */ " empty array" , " A json array of bitcoin addresses to filter" ,
2803+ {" addresses" , RPCArg::Type::ARR, /* default */ " empty array" , " The bitcoin addresses to filter" ,
28042804 {
28052805 {" address" , RPCArg::Type::STR, RPCArg::Optional::OMITTED, " bitcoin address" },
28062806 },
@@ -3149,7 +3149,7 @@ static UniValue fundrawtransaction(const JSONRPCRequest& request)
31493149 " e.g. with 'importpubkey' or 'importmulti' with the 'pubkeys' or 'desc' field." },
31503150 {" lockUnspents" , RPCArg::Type::BOOL, /* default */ " false" , " Lock selected unspent outputs" },
31513151 {" feeRate" , RPCArg::Type::AMOUNT, /* default */ " not set: makes wallet determine the fee" , " Set a specific fee rate in " + CURRENCY_UNIT + " /kB" },
3152- {" subtractFeeFromOutputs" , RPCArg::Type::ARR, /* default */ " empty array" , " A json array of integers.\n "
3152+ {" subtractFeeFromOutputs" , RPCArg::Type::ARR, /* default */ " empty array" , " The integers.\n "
31533153 " The fee will be equally deducted from the amount of each specified output.\n "
31543154 " Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n "
31553155 " If no outputs are specified here, the sender pays the fee." ,
@@ -3231,7 +3231,7 @@ UniValue signrawtransactionwithwallet(const JSONRPCRequest& request)
32313231 HelpRequiringPassphrase (pwallet) + " \n " ,
32323232 {
32333233 {" hexstring" , RPCArg::Type::STR, RPCArg::Optional::NO, " The transaction hex string" },
3234- {" prevtxs" , RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, " A json array of previous dependent transaction outputs" ,
3234+ {" prevtxs" , RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, " The previous dependent transaction outputs" ,
32353235 {
32363236 {" " , RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, " " ,
32373237 {
@@ -4130,7 +4130,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
41304130 " \n Creates and funds a transaction in the Partially Signed Transaction format. Inputs will be added if supplied inputs are not enough\n "
41314131 " Implements the Creator and Updater roles.\n " ,
41324132 {
4133- {" inputs" , RPCArg::Type::ARR, RPCArg::Optional::NO, " A json array of json objects " ,
4133+ {" inputs" , RPCArg::Type::ARR, RPCArg::Optional::NO, " The inputs " ,
41344134 {
41354135 {" " , RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, " " ,
41364136 {
@@ -4141,7 +4141,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
41414141 },
41424142 },
41434143 },
4144- {" outputs" , RPCArg::Type::ARR, RPCArg::Optional::NO, " a json array with outputs (key-value pairs), where none of the keys are duplicated.\n "
4144+ {" outputs" , RPCArg::Type::ARR, RPCArg::Optional::NO, " The outputs (key-value pairs), where none of the keys are duplicated.\n "
41454145 " That is, each address can only appear once and there can only be one 'data' object.\n "
41464146 " For compatibility reasons, a dictionary, which holds the key-value pairs directly, is also\n "
41474147 " accepted as second parameter." ,
@@ -4167,7 +4167,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
41674167 {" includeWatching" , RPCArg::Type::BOOL, /* default */ " true for watch-only wallets, otherwise false" , " Also select inputs which are watch only" },
41684168 {" lockUnspents" , RPCArg::Type::BOOL, /* default */ " false" , " Lock selected unspent outputs" },
41694169 {" feeRate" , RPCArg::Type::AMOUNT, /* default */ " not set: makes wallet determine the fee" , " Set a specific fee rate in " + CURRENCY_UNIT + " /kB" },
4170- {" subtractFeeFromOutputs" , RPCArg::Type::ARR, /* default */ " empty array" , " A json array of integers .\n "
4170+ {" subtractFeeFromOutputs" , RPCArg::Type::ARR, /* default */ " empty array" , " The outputs to subtract the fee from .\n "
41714171 " The fee will be equally deducted from the amount of each specified output.\n "
41724172 " Those recipients will receive less bitcoins than you enter in their corresponding amount field.\n "
41734173 " If no outputs are specified here, the sender pays the fee." ,
0 commit comments