Kukks / BTCPayServerPlugins

MIT License
25 stars 23 forks source link

[Coinjoin] Trailing slash is required in coordinator info to connect #46

Open yahiheb opened 1 month ago

yahiheb commented 1 month ago

I hope this time this is the right place for this issue. https://github.com/btcpayserver/btcpayserver/issues/6039#issuecomment-2154587528

This was first reported in Wasabi https://github.com/WalletWasabi/WalletWasabi/issues/13122 but apparently it is a problem on btcpayserver: https://github.com/WalletWasabi/WalletWasabi/pull/13146#discussion_r1627421410

When you set your coordinator in Wasabi to https://btcpay.kruw.io/plugins/wabisabi-coordinator/ it works, but if you exclude the slash at the end https://btcpay.kruw.io/plugins/wabisabi-coordinator it does not work.