Browse Source

use same servers for simnet as for regtest

regtest_lnd
Janus 7 years ago
committed by SomberNight
parent
commit
1f69a36fcf
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/constants.py

2
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 = {

Loading…
Cancel
Save