Changed blockchain_headers to main server and updated

This commit is contained in:
Chris Sulmone 2018-01-19 00:16:16 -06:00
parent e6868d5df8
commit 7a9555b2ba
1 changed files with 1 additions and 2 deletions

View File

@ -87,8 +87,7 @@ class NetworkConstants:
cls.CHECKPOINTS = read_json('checkpoints.json', [])
cls.EQUIHASH_N = 200
cls.EQUIHASH_K = 9
cls.HEADERS_URL = "http://35.224.186.7/blockchain_headers"
cls.HEADERS_URL = "https://zcl-electrum.com/blockchain_headers"
cls.CHUNK_SIZE = 200