mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Fix BTG rate provider
This commit is contained in:
parent
abfd6ea1dc
commit
83536bee88
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue