mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 20:04:31 +01:00
Use coinmate as recommended CZK exchange
This commit is contained in:
@@ -540,7 +540,8 @@ o.GetRequiredService<IEnumerable<IPaymentLinkExtension>>().ToDictionary(o => o.P
|
||||
{ "UGX", "yadio"},
|
||||
{ "RSD", "bitpay"},
|
||||
{ "NGN", "bitnob"},
|
||||
{ "NOK", "barebitcoin"}
|
||||
{ "NOK", "barebitcoin"},
|
||||
{ "CZK", "coinmate"},
|
||||
})
|
||||
{
|
||||
var r = new DefaultRules.Recommendation(rule.Key, rule.Value);
|
||||
|
||||
Reference in New Issue
Block a user