1
0
Fork 0
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:
nicolas.dorier 2020-05-17 20:01:48 +09:00
parent 24dd275445
commit 088cf9bf91
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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.
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==