mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
11 lines
493 B
Markdown
11 lines
493 B
Markdown
|
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)
|