commit 8468fc8f68f85c2adbacd2d1b17899b1f1673c22 parent b22bdae951cad3b8012760350c0372bbfd125896 Author: Janus <ysangkok@gmail.com> Date: Wed, 18 Apr 2018 15:28:22 +0200 use same servers for simnet as for regtest Diffstat:
M | electrum/constants.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = {