From 12b1a8af4cea1d32e12424e0fc5b25d8c7ee69a7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 07:56:48 +0300 Subject: [PATCH] Extern MAX_MONEY --- 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 a801bf735..b96bb2979 100644 --- a/src/zcash/JoinSplit.cpp +++ b/src/zcash/JoinSplit.cpp @@ -17,7 +17,7 @@ #include "tinyformat.h" #include "sync.h" #include "amount.h" -int64_t MAX_MONEY = 200000000 * 100000000LL; +extern int64_t MAX_MONEY; using namespace libsnark;