Remove cryptopia from CoinAverage

This commit is contained in:
cronos
2018-05-11 11:07:42 -05:00
parent 4e776adb03
commit 7fdf19ca22

View File

@@ -120,7 +120,6 @@ namespace BTCPayServer.Services.Rates
(DisplayName: "Quoine", Name: "quoine"),
(DisplayName: "BTC Markets", Name: "btcmarkets"),
(DisplayName: "Bitso", Name: "bitso"),
(DisplayName: "Cryptopia", Name: "cryptopia"),
})
{
AvailableExchanges.TryAdd(item.Name, new CoinAverageExchange(item.Name, item.DisplayName));