mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
use same servers for simnet as for regtest
This commit is contained in:
parent
5f549b931b
commit
4516a27e37
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue