Merge pull request #109 from BTCPrivate/keys-url

Update URL for Zcash Ceremony Keys
This commit is contained in:
Jon Layton 2018-03-02 21:10:26 -06:00 committed by GitHub
commit 23954cd681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ fi
SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'
SPROUT_PKEY_URL="https://z.cash/downloads/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://z.cash/downloads/$SPROUT_VKEY_NAME"
SPROUT_PKEY_URL="https://storage.googleapis.com/btcp-sprout-key/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://storage.googleapis.com/btcp-sprout-key/$SPROUT_VKEY_NAME"
SHA256CMD="$(command -v sha256sum || echo shasum)"
SHA256ARGS="$(command -v sha256sum >/dev/null || echo '-a 256')"