Skip to content

Commit

Permalink
Fixed CDN ip for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sulmone committed Jan 28, 2018
1 parent 56004d3 commit 30da9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def set_mainnet(cls):
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

Expand Down

0 comments on commit 30da9e6

Please sign in to comment.