Fixed CDN ip for 1.0.0 release

This commit is contained in:
Chris Sulmone 2018-01-27 19:38:39 -06:00
parent 56004d3fcc
commit 30da9e6b20
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 = "http://35.227.234.163:80/blockchain_headers"
cls.HEADERS_URL = "http://35.186.223.75:80/blockchain_headers"
cls.CHUNK_SIZE = 200