Skip to content

Commit

Permalink
Fix BTG rate provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jul 29, 2023
1 parent abfd6ea commit 83536be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ public void InitBGold()
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",
Expand Down

0 comments on commit 83536be

Please sign in to comment.