aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-24118.md
blob: 16f23c7d00e622bb7691143c4890754aebed32b9 (plain)
1
2
3
4
5
6
7
8
9
10
New RPCs
--------

- The `sendall` RPC spends specific UTXOs to one or more recipients
  without creating change. By default, the `sendall` RPC will spend
  every UTXO in the wallet. `sendall` is useful to empty wallets or to
  create a changeless payment from select UTXOs. When creating a payment
  from a specific amount for which the recipient incurs the transaction
  fee, continue to use the `subtractfeefromamount` option via the
  `send`, `sendtoaddress`, or `sendmany` RPCs. (#24118)