Update the SHA256 hashes for the new parameters.

This commit is contained in:
Taylor Hornby 2016-01-05 13:32:46 -07:00
parent 4cc1a6b2b6
commit 74e519aa2d
1 changed files with 2 additions and 2 deletions

View File

@ -64,6 +64,6 @@ fetch_params "$REGTEST_VKEY_URL"
# Now verify their hashes:
echo 'Verifying parameter file integrity via sha256sum...'
sha256sum --check - <<EOF
bc03442cc53fa53a681809afa64c91e8c37d2db1f51eb2355e4fe181d24ce878 $REGTEST_PKEY_NAME
67d60eeb10541ec2086e56d8dffa850e371b69ddb82fc5686c26921ad2b0f654 $REGTEST_VKEY_NAME
7844a96933979158886a5b69fb163f49de76120fa1dcfc33b16c83c134e61817 $REGTEST_PKEY_NAME
6902fd687bface72e572a7cda57f6da5a0c606c7b9769f30becd255e57924f41 $REGTEST_VKEY_NAME
EOF