electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e879cb4552fefccb4a444c78232bb33a8c07f626
parent 380e0728429679ebbd84ca5f5f99ec547ae6724e
Author: ThomasV <thomasv@gitorious>
Date:   Sat, 18 Jul 2015 11:17:19 +0200

https download of headers

Diffstat:
Mlib/blockchain.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()