From 3bede60b705ebeaf140b26b1b2dcf20cf78d625e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 2 Jun 2020 11:41:41 +0900 Subject: [PATCH] Update Javascript sender implementation link --- bip-xxxx.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-xxxx.mediawiki b/bip-xxxx.mediawiki index 30fda119..be5ed260 100644 --- a/bip-xxxx.mediawiki +++ b/bip-xxxx.mediawiki @@ -344,7 +344,7 @@ With payjoin, the maximum amount of money that can be lost is equal to two payme * [[https://github.com/btcpayserver/btcpayserver|BTCPay Server]] has implemented sender and receiver side of this protocol. * [[https://github.com/zkSNACKs/WalletWasabi/|Wasabi Wallet]] has merged sender's support. * [[https://github.com/JoinMarket-Org/joinmarket-clientserver|Join Market]] is in the process of implementing the protocol. -* [[https://github.com/junderw/payjoin-client-js|JavaScript sender implementation]]. +* [[https://github.com/bitcoinjs/payjoin-client|JavaScript sender implementation]]. ==Special thanks==