use same servers for simnet as for regtest
This commit is contained in:
parent
bb9938c52e
commit
30abdbfda3
@ -102,7 +102,7 @@ class BitcoinSimnet:
|
||||
WIF_PREFIX = 0x00
|
||||
TESTNET = True
|
||||
DEFAULT_PORTS = {}
|
||||
DEFAULT_SERVERS = {}
|
||||
DEFAULT_SERVERS = read_json('servers_regtest.json', {}) # Note: regtest!
|
||||
CHECKPOINTS = []
|
||||
|
||||
XPRV_HEADERS = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user