Disabled POLIS and Bitcoin because default exchange (cryptopedia) is down

This commit is contained in:
nicolas.dorier
2019-01-16 00:08:17 +09:00
parent 8f896de794
commit 884acdde32
2 changed files with 5 additions and 2 deletions

View File

@@ -47,12 +47,14 @@ namespace BTCPayServer
NetworkType = networkType;
InitBitcoin();
InitLitecoin();
InitBitcore();
// Disabled because of https://twitter.com/Cryptopia_NZ/status/1085084168852291586
//InitBitcore();
InitDogecoin();
InitBitcoinGold();
InitMonacoin();
InitDash();
InitPolis();
// Disabled because of https://twitter.com/Cryptopia_NZ/status/1085084168852291586
//InitPolis();
InitFeathercoin();
InitGroestlcoin();
InitViacoin();