From 1abdb0de139f72ae8a07efde6b92d396263e9116 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 07:55:00 +0300 Subject: [PATCH] MAX_MONEY declare --- src/zcash/JoinSplit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zcash/JoinSplit.cpp b/src/zcash/JoinSplit.cpp index 2685569d3..a801bf735 100644 --- a/src/zcash/JoinSplit.cpp +++ b/src/zcash/JoinSplit.cpp @@ -17,6 +17,7 @@ #include "tinyformat.h" #include "sync.h" #include "amount.h" +int64_t MAX_MONEY = 200000000 * 100000000LL; using namespace libsnark;