doc: Add release notes for -avoidpartialspends

This commit is contained in:
Karl-Johan Alm 2018-07-18 18:37:09 +09:00
parent e00b4699cc
commit 232f96f5c8
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -0,0 +1,9 @@
Notable changes
===============
Coin selection
--------------
- 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
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
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
coin selections).