Rename zerocash to Zcash.

This commit is contained in:
Taylor Hornby
2015-12-22 00:49:17 -07:00
parent 2d342d39dd
commit 9d69acabed
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Execute all of the automated tests related to zerocash. # Execute all of the automated tests related to Zcash.
# #
# This script will someday define part of our acceptance criteria for # This script will someday define part of our acceptance criteria for
# pull requests. # pull requests.

View File

@@ -42,7 +42,7 @@ EOF
# This may be the first time the user's run this script, so give # This may be the first time the user's run this script, so give
# them some info, especially about bandwidth usage: # them some info, especially about bandwidth usage:
cat <<EOF cat <<EOF
This script will fetch the zerocash zkSNARK parameters and verify their This script will fetch the Zcash zkSNARK parameters and verify their
integrity with sha256sum. integrity with sha256sum.
The parameters currently are about 2GiB in size, so plan accordingly The parameters currently are about 2GiB in size, so plan accordingly