Added blockchain_headers to google load balanced cdn

This commit is contained in:
Chris Sulmone 2018-01-27 19:15:27 -06:00
parent 8162ab584a
commit 6fbf674f6c
1 changed files with 1 additions and 1 deletions

View File

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