diff --git a/lib/coins.py b/lib/coins.py index 420ce28..e08de8d 100644 --- a/lib/coins.py +++ b/lib/coins.py @@ -403,14 +403,14 @@ class BitcoinCash(BitcoinMixin, Coin): TX_COUNT_HEIGHT = 479636 TX_PER_BLOCK = 50 PEERS = [ - 'electroncash.bitcoinplug.com s t', + 'electroncash.bitcoinplug.com s t', # 1 strike 'electrum-abc.criptolayer.net s50012', 'electroncash.cascharia.com s50002', 'bch.arihanc.com t52001 s52002', - 'mash.1209k.com s t', - 'h.1209k.com s t', + 'jelectrum-cash.1209k.com s t', 'abc.vom-stausee.de t52001 s52002', 'abc1.hsmiths.com t60001 s60002', + 'electroncash.checksum0.com s t', ] @@ -1324,4 +1324,3 @@ class Bitcore(BitcoinMixin, Coin): TX_COUNT_HEIGHT = 126946 TX_PER_BLOCK = 2 RPC_PORT = 8556 -