aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2019-06-20 01:06:06 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2019-06-22 02:45:40 +0900
commit71d0344cf25d3aaf60112c5248198c444bc98105 (patch)
treef8b49dd5bc30d2a0cf01d13b0198b2d9286a96bc /doc
parent3d2ff379131a01e4e9f9648b150e806104a23795 (diff)
downloadbitcoin-71d0344cf25d3aaf60112c5248198c444bc98105.tar.xz
docs: release note wording
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-13756.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/release-notes-13756.md b/doc/release-notes-13756.md
index 21006f46a0..a500aceb0f 100644
--- a/doc/release-notes-13756.md
+++ b/doc/release-notes-13756.md
@@ -7,8 +7,8 @@ A new wallet flag `avoid_reuse` has been added (default off). When enabled,
a wallet will distinguish between used and unused addresses, and default to not
use the former in coin selection.
-(Note: rescanning the blockchain is required, to correctly mark previously
-used destinations.)
+Rescanning the blockchain is required, to correctly mark previously
+used destinations.
Together with "avoid partial spends" (present as of Bitcoin v0.17), this
addresses a serious privacy issue where a malicious user can track spends by
@@ -30,10 +30,12 @@ These include:
- createwallet
- getbalance
+- getbalances
- sendtoaddress
-In addition, `sendtoaddress` has been changed to enable `-avoidpartialspends` when
-`avoid_reuse` is enabled.
+In addition, `sendtoaddress` has been changed to avoid partial spends when `avoid_reuse`
+is enabled (if not already enabled via the `-avoidpartialspends` command line flag),
+as it would otherwise risk using up the "wrong" UTXO for an address reuse case.
The listunspent RPC has also been updated to now include a "reused" bool, for nodes
with "avoid_reuse" enabled.