aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-24118.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-14 16:19:43 +0100
committerfanquake <fanquake@gmail.com>2022-09-15 16:02:17 +0100
commitb0349a7d9504b214fedb57775c32dc3e3289ed9d (patch)
tree83b2a81e1d8589ded15152d5b720394b8e7d37a9 /doc/release-notes-24118.md
parentf332c4f64d52e82211c1199bbd5bab2c6bfc57f4 (diff)
downloadbitcoin-b0349a7d9504b214fedb57775c32dc3e3289ed9d.tar.xz
doc: consolidate & remove release-note fragments
These have been moved here: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Notes-draft.
Diffstat (limited to 'doc/release-notes-24118.md')
-rw-r--r--doc/release-notes-24118.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/release-notes-24118.md b/doc/release-notes-24118.md
deleted file mode 100644
index 16f23c7d00..0000000000
--- a/doc/release-notes-24118.md
+++ /dev/null
@@ -1,10 +0,0 @@
-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)