Update URL for Zcash Ceremony Keys

This commit is contained in:
Jon Layton 2018-03-02 20:54:45 -06:00
parent e7b28869c4
commit 0ea84271fc
1 changed files with 2 additions and 2 deletions

View File

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