From 9d55494ca21db2bf853d7d2a11a05049abfe8058 Mon Sep 17 00:00:00 2001 From: Roger Taylor <32600614+rt121212121@users.noreply.github.com> Date: Sat, 8 Jun 2019 03:07:49 +1200 Subject: [PATCH] BSV default STN host changed from IP address to domain name. (#837) --- electrumx/lib/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrumx/lib/coins.py b/electrumx/lib/coins.py index cf25c84..d2fc8a9 100644 --- a/electrumx/lib/coins.py +++ b/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