Change default exchange for Bitcore

This commit is contained in:
David 2019-01-16 22:04:24 +00:00
parent 686ae029e0
commit b443e1ac6e
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@ namespace BTCPayServer
DefaultRateRules = new[] DefaultRateRules = new[]
{ {
"BTX_X = BTX_BTC * BTC_X", "BTX_X = BTX_BTC * BTC_X",
"BTX_BTC = cryptopia(BTX_BTC)" "BTX_BTC = hitbtc(BTX_BTC)"
}, },
CryptoImagePath = "imlegacy/bitcore.svg", CryptoImagePath = "imlegacy/bitcore.svg",
LightningImagePath = "imlegacy/bitcore-lightning.svg", LightningImagePath = "imlegacy/bitcore-lightning.svg",

View File

@ -47,8 +47,7 @@ namespace BTCPayServer
NetworkType = networkType; NetworkType = networkType;
InitBitcoin(); InitBitcoin();
InitLitecoin(); InitLitecoin();
// Disabled because of https://twitter.com/Cryptopia_NZ/status/1085084168852291586 InitBitcore();
//InitBitcore();
InitDogecoin(); InitDogecoin();
InitBitcoinGold(); InitBitcoinGold();
InitMonacoin(); InitMonacoin();