Fix BTG rate provider

This commit is contained in:
Kukks 2023-07-29 10:00:34 +02:00
parent abfd6ea1dc
commit 83536bee88
No known key found for this signature in database
GPG key ID: 8E5530D9D1C93097

View file

@ -16,7 +16,7 @@ namespace BTCPayServer
DefaultRateRules = new[]
{
"BTG_X = BTG_BTC * BTC_X",
"BTG_BTC = exmo(BTG_BTC)",
"BTG_BTC = gate(BTG_BTC)",
},
CryptoImagePath = "imlegacy/btg.svg",
LightningImagePath = "imlegacy/btg-lightning.svg",