Browse Source
use same servers for simnet as for regtest
regtest_lnd
Janus
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/constants.py
|
@ -115,7 +115,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 = { |
|
|