Skip to content

Commit

Permalink
Merge pull request bitcoin#1082 from molnard/patch-1
Browse files Browse the repository at this point in the history
Fix word duplication
  • Loading branch information
kallewoof committed Jun 15, 2021
2 parents 127cdc3 + 38d2454 commit 65529b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0078.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ In such case, the receiver will need to increase the fee of the transaction afte
* The sender's wallet software is using round fee rate.
If the sender's fee rate is always round, then a blockchain analyst can easily spot the transactions of the sender involving payjoin by checking if, when removing a single input to the suspected payjoin transaction, the resulting fee rate is round.
To prevent this, the sender can agree to pay more more fee so the receiver make sure that the payjoin transaction fee is also round.
To prevent this, the sender can agree to pay more fee so the receiver make sure that the payjoin transaction fee is also round.

* The sender's transaction is time sensitive.
Expand Down

0 comments on commit 65529b1

Please sign in to comment.