mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
docs: release note wording
This commit is contained in:
parent
3d2ff37913
commit
71d0344cf2
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
a wallet will distinguish between used and unused addresses, and default to not
|
||||||
use the former in coin selection.
|
use the former in coin selection.
|
||||||
|
|
||||||
(Note: rescanning the blockchain is required, to correctly mark previously
|
Rescanning the blockchain is required, to correctly mark previously
|
||||||
used destinations.)
|
used destinations.
|
||||||
|
|
||||||
Together with "avoid partial spends" (present as of Bitcoin v0.17), this
|
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
|
addresses a serious privacy issue where a malicious user can track spends by
|
||||||
|
|
@ -30,10 +30,12 @@ These include:
|
||||||
|
|
||||||
- createwallet
|
- createwallet
|
||||||
- getbalance
|
- getbalance
|
||||||
|
- getbalances
|
||||||
- sendtoaddress
|
- sendtoaddress
|
||||||
|
|
||||||
In addition, `sendtoaddress` has been changed to enable `-avoidpartialspends` when
|
In addition, `sendtoaddress` has been changed to avoid partial spends when `avoid_reuse`
|
||||||
`avoid_reuse` is enabled.
|
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
|
The listunspent RPC has also been updated to now include a "reused" bool, for nodes
|
||||||
with "avoid_reuse" enabled.
|
with "avoid_reuse" enabled.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue