Skip to content

Commit

Permalink
Rename zerocash to zcash in some places.
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed Jul 12, 2016
1 parent 6caacc8 commit c9c4611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ bitcoin_tx_LDADD = \
bitcoin_tx_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
#

# zerocash protocol primitives #
# zcash protocol primitives #
libzcash_a_SOURCES = \
zcash/IncrementalMerkleTree.cpp \
zcash/NoteEncryption.cpp \
Expand Down
4 changes: 2 additions & 2 deletions src/test/transaction_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ BOOST_AUTO_TEST_CASE(test_basic_pour_verification)
// on all platforms and would gently push us down an ugly
// path. We should just fix the assertions.
//
// Also, it's generally libzerocash's job to ensure
// the integrity of the scheme through its own tests.
// Also, it's generally libzcash's job to ensure the
// integrity of the scheme through its own tests.

// construct the r1cs keypair
auto p = ZCJoinSplit::Generate();
Expand Down

0 comments on commit c9c4611

Please sign in to comment.