From 1f69a36fcfdaca9ebdfd2beadaaddcfe67acad7f 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 46ad8bba6..f0e2faaf6 100644 --- a/electrum/constants.py +++ b/electrum/constants.py @@ -115,7 +115,7 @@ class BitcoinSimnet: WIF_PREFIX = 0x00 TESTNET = True DEFAULT_PORTS = {} - DEFAULT_SERVERS = {} + DEFAULT_SERVERS = read_json('servers_regtest.json', {}) # Note: regtest! CHECKPOINTS = [] XPRV_HEADERS = {