From e21287a1ed7dfaaea12914e595195a0a031b364b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:21:39 +0200 Subject: [PATCH] test --- src/zcash/JoinSplit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcash/JoinSplit.cpp b/src/zcash/JoinSplit.cpp index 65345371b..e40553c7f 100644 --- a/src/zcash/JoinSplit.cpp +++ b/src/zcash/JoinSplit.cpp @@ -17,7 +17,7 @@ #include "sync.h" #include "amount.h" -int64_t MAX_MONEY = 200000000 * 100000000LL; +//int64_t MAX_MONEY = 200000000 * 100000000LL; using namespace libsnark;