Document z_sendmany 'z' ...

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 15:13:47 -07:00
parent f6457a7ce5
commit 2de20daa66

View File

@@ -4859,7 +4859,7 @@ UniValue z_sendmany(const UniValue& params, bool fHelp, const CPubKey& mypk)
"\nWhen sending coinbase UTXOs to a zaddr, change is not allowed. The entire value of the UTXO(s) must be consumed." "\nWhen sending coinbase UTXOs to a zaddr, change is not allowed. The entire value of the UTXO(s) must be consumed."
+ HelpRequiringPassphrase() + "\n" + HelpRequiringPassphrase() + "\n"
"\nArguments:\n" "\nArguments:\n"
"1. \"fromaddress\" (string, required) The taddr or zaddr to send the funds from.\n" "1. \"fromaddress\" (string, required) The taddr or zaddr to send the funds from. Use 'z' to spend from any zaddr.\n"
"2. \"amounts\" (array, required) An array of json objects representing the amounts to send.\n" "2. \"amounts\" (array, required) An array of json objects representing the amounts to send.\n"
" [{\n" " [{\n"
" \"address\":address (string, required) The address is a taddr or zaddr\n" " \"address\":address (string, required) The address is a taddr or zaddr\n"