mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
use same servers for simnet as for regtest
This commit is contained in:
parent
b22bdae951
commit
8468fc8f68
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue