You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0069.mediawiki
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,6 @@ This BIP is in the public domain.
25
25
26
26
==Motivation==
27
27
28
-
Currently, there is no clear standard for how wallet clients ought to order transaction inputs and outputs.
29
-
Since wallet clients are left to their own devices to determine this ordering, they often leak information about their users’ finances.
30
-
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.
31
-
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.
32
-
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.
33
28
Currently, there is no clear standard for how wallet clients ought to order transaction inputs and outputs.
34
29
Since wallet clients are left to their own devices to determine this ordering, they often leak information about their users’ finances.
35
30
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.
0 commit comments