1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Fix missing word

This commit is contained in:
nicolas.dorier 2020-06-22 10:58:08 +09:00
parent 5e4cc6d812
commit e6418e5a76
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -351,7 +351,7 @@ For example, if the sender's scriptPubKey type is P2WPKH while the receiver's pa
A receiver might run the payment server (generating the BIP21 invoice) on a different server than the payjoin server, which could be less trusted than the payment server.
In such case, the payment server can signal to the sender, via the BIP21 parameter <code>pjos=0</code>, that they MUST disallow [[#output-substitution|payment output substitution]].
A compromised payjoin server could still the hot wallet outputs of the receiver, but would not be able to re-route payment to himself.
A compromised payjoin server could steal the hot wallet outputs of the receiver, but would not be able to re-route payment to himself.
===Impacted heuristics===