Merge pull request #4101 from zebambam/fix_depends_sources_checking_script

Updated location to new download server
This commit is contained in:
Tori Mitchell 2019-08-14 13:03:19 -06:00 committed by GitHub
commit 58d7dbec83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import sys
import os
import requests
MIRROR_URL_DIR="https://z.cash/depends-sources/"
MIRROR_URL_DIR="https://download.z.cash/depends-sources/"
DEPENDS_SOURCES_DIR=os.path.realpath(os.path.join(
os.path.dirname(__file__),
"..", "..", "depends", "sources"