https download of headers

This commit is contained in:
ThomasV 2015-07-18 11:17:19 +02:00
parent 380e072842
commit e879cb4552
1 changed files with 1 additions and 1 deletions

View File

@ -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()