tRead default server list from file. Update list with 1.1 servers. Remove nolnet option. - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 7dbd612d5dad13cd6f1c0df32534a578bad331ad
DIR parent a6eb9753eba635e84a4522158c587ec07c13e1ce
HTML Author: ThomasV <thomasv@electrum.org>
Date: Tue, 12 Sep 2017 15:04:57 +0200
Read default server list from file. Update list with 1.1 servers. Remove nolnet option.
Diffstat:
M lib/bitcoin.py | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/lib/bitcoin.py b/lib/bitcoin.py
t@@ -69,8 +69,6 @@ NOLNET = False
ADDRTYPE_P2PKH = 0
ADDRTYPE_P2SH = 5
SEGWIT_HRP = "bc"
-
-
HEADERS_URL = "https://headers.electrum.org/blockchain_headers"
GENESIS = "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f"
SERVERLIST = 'servers.json'