diff --git a/lib/blockchain.py b/lib/blockchain.py index fb236590..f86d7a28 100644 --- a/lib/blockchain.py +++ b/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()