@@ -1677,7 +1677,7 @@ UniValue shieldsendmany(const JSONRPCRequest& request)
1677
1677
{
1678
1678
if (request.fHelp || request.params .size () < 2 || request.params .size () > 4 )
1679
1679
throw std::runtime_error (
1680
- " shieldsendmany \" fromaddress\" [{\" address\" :... ,\" amount\" :...},...] ( minconf ) ( fee )\n "
1680
+ " shieldsendmany \" fromaddress\" [{\" address\" :... ,\" amount\" :...},...] ( minconf fee )\n "
1681
1681
" \n Send to many recipients. Amounts are decimal numbers with at most 8 digits of precision."
1682
1682
" \n Change generated from a transparent addr flows to a new transparent addr address, while change generated from a shield addr returns to itself."
1683
1683
" \n When sending coinbase UTXOs to a shield addr, change is not allowed. The entire value of the UTXO(s) must be consumed."
@@ -1719,7 +1719,7 @@ UniValue rawshieldsendmany(const JSONRPCRequest& request)
1719
1719
{
1720
1720
if (request.fHelp || request.params .size () < 2 || request.params .size () > 4 )
1721
1721
throw std::runtime_error (
1722
- " rawshieldsendmany \" fromaddress\" [{\" address\" :... ,\" amount\" :...},...] ( minconf ) ( fee )\n "
1722
+ " rawshieldsendmany \" fromaddress\" [{\" address\" :... ,\" amount\" :...},...] ( minconf fee )\n "
1723
1723
" \n Creates a transaction sending to many recipients (without committing it), and returns the hex string."
1724
1724
" \n Amounts are decimal numbers with at most 8 digits of precision."
1725
1725
" \n Change generated from a transparent addr flows to a new transparent addr address, while change generated from a shield addr returns to itself."
0 commit comments