mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
https download of headers
This commit is contained in:
parent
380e072842
commit
e879cb4552
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Blockchain():
|
||||||
def __init__(self, config, network):
|
def __init__(self, config, network):
|
||||||
self.config = config
|
self.config = config
|
||||||
self.network = network
|
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.local_height = 0
|
||||||
self.set_local_height()
|
self.set_local_height()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue