diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2018-07-18 18:37:09 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2018-07-24 15:05:38 +0900 |
commit | 232f96f5c8a3920c09db92f4dbac2ad7d10ce8cf (patch) | |
tree | 9dd97437ad51db45db9b790ea9d702eddfc8776e | |
parent | e00b4699cc6d2ee5697d38dd6607eb2631c9b77a (diff) |
doc: Add release notes for -avoidpartialspends
-rw-r--r-- | doc/release-notes-pr12257.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-pr12257.md b/doc/release-notes-pr12257.md new file mode 100644 index 0000000000..293a00ad75 --- /dev/null +++ b/doc/release-notes-pr12257.md @@ -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). |