Browse Source

https download of headers

283
ThomasV 9 years ago
parent
commit
e879cb4552
  1. 2
      lib/blockchain.py

2
lib/blockchain.py

@ -27,7 +27,7 @@ class Blockchain():
def __init__(self, config, network):
self.config = config
self.network = network
self.headers_url = 'http://headers.electrum.org/blockchain_headers'
self.headers_url = 'https://headers.electrum.org/blockchain_headers'
self.local_height = 0
self.set_local_height()

Loading…
Cancel
Save