use same servers for simnet as for regtest

This commit is contained in:
Janus 2018-04-18 15:28:22 +02:00 committed by ThomasV
parent b22bdae951
commit 8468fc8f68

View file

@ -119,7 +119,7 @@ class BitcoinSimnet:
WIF_PREFIX = 0x00 WIF_PREFIX = 0x00
TESTNET = True TESTNET = True
DEFAULT_PORTS = {} DEFAULT_PORTS = {}
DEFAULT_SERVERS = {} DEFAULT_SERVERS = read_json('servers_regtest.json', {}) # Note: regtest!
CHECKPOINTS = [] CHECKPOINTS = []
XPRV_HEADERS = { XPRV_HEADERS = {