URI: 
       thttps download of headers - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e879cb4552fefccb4a444c78232bb33a8c07f626
   DIR parent 380e0728429679ebbd84ca5f5f99ec547ae6724e
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 18 Jul 2015 11:17:19 +0200
       
       https download of headers
       
       Diffstat:
         M lib/blockchain.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/blockchain.py b/lib/blockchain.py
       t@@ -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()