Skip to content

Commit

Permalink
Merge pull request #21 from PirateNetwork/CHMEX-patch-bootstrap
Browse files Browse the repository at this point in the history
update bootstrap to CDN
  • Loading branch information
TheComputerGenie authored Dec 30, 2020
2 parents 7b528e1 + ab5f6fe commit 64dfe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void initalizeMapParamBootstrap() {

ParamFile bootFile;
bootFile.name = "bootstrap";
bootFile.URL = "http://bootstrap.dexstats.info/ARRR-bootstrap.tar.gz";
bootFile.URL = "http://bootstrap.arrr.black/ARRR-bootstrap.tar.gz";
bootFile.verified = false;
bootFile.path = GetDataDir() / "ARRR-bootstrap.tar.gz";
bootFile.dlnow = 0;
Expand Down

0 comments on commit 64dfe1d

Please sign in to comment.