From 8468fc8f68f85c2adbacd2d1b17899b1f1673c22 Mon Sep 17 00:00:00 2001 From: Janus Date: Wed, 18 Apr 2018 15:28:22 +0200 Subject: [PATCH] use same servers for simnet as for regtest --- electrum/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/constants.py b/electrum/constants.py index 6cbda47f1..5e534fd14 100644 --- a/electrum/constants.py +++ b/electrum/constants.py @@ -119,7 +119,7 @@ class BitcoinSimnet: WIF_PREFIX = 0x00 TESTNET = True DEFAULT_PORTS = {} - DEFAULT_SERVERS = {} + DEFAULT_SERVERS = read_json('servers_regtest.json', {}) # Note: regtest! CHECKPOINTS = [] XPRV_HEADERS = {