Skip to content

Commit 232f96f

Browse files
committed
doc: Add release notes for -avoidpartialspends
1 parent e00b469 commit 232f96f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes-pr12257.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Notable changes
2+
===============
3+
4+
Coin selection
5+
--------------
6+
- A new `-avoidpartialspends` flag has been added (default=false). If enabled, the wallet will try to spend UTXO's that point at the same destination
7+
together. This is a privacy increase, as there will no longer be cases where a wallet will inadvertently spend only parts of the coins sent to
8+
the same address (note that if someone were to send coins to that address after it was used, those coins will still be included in future
9+
coin selections).

0 commit comments

Comments
 (0)