Browse Source

BSV default STN host changed from IP address to domain name. (#837)

patch-2
Roger Taylor 6 years ago
committed by Neil
parent
commit
9d55494ca2
  1. 2
      electrumx/lib/coins.py

2
electrumx/lib/coins.py

@ -650,7 +650,7 @@ class BitcoinSVTestnet(BitcoinTestnetMixin, Coin):
class BitcoinSVScalingTestnet(BitcoinSVTestnet):
NET = "scalingtest"
PEERS = [
'206.189.16.213 t51001 s51002',
'stn-server.electrumsv.io t51001 s51002',
]
TX_COUNT = 2015
TX_COUNT_HEIGHT = 5711

Loading…
Cancel
Save