mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-06 04:13:29 +01:00
Clarify fake rounded amount added by the receiver
This commit is contained in:
parent
24dd275445
commit
088cf9bf91
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ See payment output substitution above.
|
||||||
|
|
||||||
If Alice pays Bob, she might be tempted to pay him a round amount, like <code>1.23000000 BTC</code>. When this happens, blockchain analysis often identifies the output without the round amount as the change of the transaction.
|
If Alice pays Bob, she might be tempted to pay him a round amount, like <code>1.23000000 BTC</code>. When this happens, blockchain analysis often identifies the output without the round amount as the change of the transaction.
|
||||||
|
|
||||||
For this reason, during a [spare change](Payjoin-spec.md#spare-change-donation) situation, we randomly round the amount in the output added by the receiver to the payjoin transaction.
|
For this reason, during a [spare change](Payjoin-spec.md#spare-change-donation) situation, the receiver may add an output with a rounded amount randomly.
|
||||||
|
|
||||||
==Attack vectors==
|
==Attack vectors==
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue