mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 13:26:08 +01:00
Merge pull request #492 from azuchi/duplicate-bip69
Remove duplication BIP69
This commit is contained in:
commit
ed283b05b3
@ -25,11 +25,6 @@ This BIP is in the public domain.
|
||||
|
||||
==Motivation==
|
||||
|
||||
Currently, there is no clear standard for how wallet clients ought to order transaction inputs and outputs.
|
||||
Since wallet clients are left to their own devices to determine this ordering, they often leak information about their users’ finances.
|
||||
For example, a wallet client might naively order inputs based on when addresses were added to a wallet by the user through importing or random generation.
|
||||
Many wallets will place spending outputs first and change outputs second, leaking information about both the sender and receiver’s finances to passive blockchain observers.
|
||||
Such information should remain private not only for the benefit of consumers, but in higher order financial systems must be kept secret to prevent fraud.
|
||||
Currently, there is no clear standard for how wallet clients ought to order transaction inputs and outputs.
|
||||
Since wallet clients are left to their own devices to determine this ordering, they often leak information about their users’ finances.
|
||||
For example, a wallet client might naively order inputs based on when addresses were added to a wallet by the user through importing or random generation.
|
||||
|
Loading…
Reference in New Issue
Block a user