From c9c4611d9a81535c57bc2f399f2966721059f1dd Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Mon, 11 Jul 2016 19:27:52 -0600 Subject: [PATCH] Rename zerocash to zcash in some places. --- src/Makefile.am | 2 +- src/test/transaction_tests.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1a9ca90aa..cdda20f17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index 8bcd0eaa5..440eb538a 100644 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -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();