1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-19 12:08:05 +00:00

Add Backward compatibility section

This commit is contained in:
nicolas.dorier 2020-06-02 11:46:04 +09:00
parent 3bede60b70
commit 8ce6086517
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -346,6 +346,12 @@ With payjoin, the maximum amount of money that can be lost is equal to two payme
* [[https://github.com/JoinMarket-Org/joinmarket-clientserver|Join Market]] is in the process of implementing the protocol. * [[https://github.com/JoinMarket-Org/joinmarket-clientserver|Join Market]] is in the process of implementing the protocol.
* [[https://github.com/bitcoinjs/payjoin-client|JavaScript sender implementation]]. * [[https://github.com/bitcoinjs/payjoin-client|JavaScript sender implementation]].
==Backward compatibility==
The receivers are advertising payjoin capabilities through [[https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki|BIP21's URI Scheme]].
Senders not supporting payjoin will just ignore the `pj` variable and thus, will proceed to normal payment.
==Special thanks== ==Special thanks==
Special thanks to Kukks for developing the initial support to BTCPay Server, to junderw, AdamISZ, lukechilds, ncoelho, nopara73, lontivero, yahiheb for all the feedback we received since our first implementation. Special thanks to Kukks for developing the initial support to BTCPay Server, to junderw, AdamISZ, lukechilds, ncoelho, nopara73, lontivero, yahiheb for all the feedback we received since our first implementation.