From e879cb4552fefccb4a444c78232bb33a8c07f626 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 18 Jul 2015 11:17:19 +0200 Subject: [PATCH] https download of headers --- lib/blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()