From 088cf9bf9117330458535e84bb36ebf298974037 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 17 May 2020 20:01:48 +0900 Subject: [PATCH] Clarify fake rounded amount added by the receiver --- bip-xxxx.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-xxxx.mediawiki b/bip-xxxx.mediawiki index 5f316d34..83aae19e 100644 --- a/bip-xxxx.mediawiki +++ b/bip-xxxx.mediawiki @@ -292,7 +292,7 @@ See payment output substitution above. If Alice pays Bob, she might be tempted to pay him a round amount, like 1.23000000 BTC. 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==