change blockchain_headers url

This commit is contained in:
MrWh0 2018-01-17 02:46:36 -04:00
parent 6c1f72564b
commit 428de10515
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class NetworkConstants:
cls.EQUIHASH_N = 200
cls.EQUIHASH_K = 9
cls.HEADERS_URL = "http://35.224.186.7/headers00"
cls.HEADERS_URL = "http://35.224.186.7/blockchain_headers"
cls.CHUNK_SIZE = 200