From 9d36f1c3af4040fb7ca02613630e91b894ae39f1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:23:50 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 2 +- src/util.cpp | 1 + src/zcash/JoinSplit.cpp | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 7779eba6e..46ec98a74 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -14,7 +14,7 @@ ******************************************************************************/ #define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5% -int64_t MAX_MONEY = 200000000 * 100000000LL; +//int64_t MAX_MONEY = 200000000 * 100000000LL; uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest) { diff --git a/src/util.cpp b/src/util.cpp index a7227e002..257c3a82b 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -402,6 +402,7 @@ void PrintExceptionContinue(const std::exception* pex, const char* pszThread) } extern char ASSETCHAINS_SYMBOL[16]; +int64_t MAX_MONEY = 200000000 * 100000000LL; boost::filesystem::path GetDefaultDataDir() { diff --git a/src/zcash/JoinSplit.cpp b/src/zcash/JoinSplit.cpp index e40553c7f..590700cd9 100644 --- a/src/zcash/JoinSplit.cpp +++ b/src/zcash/JoinSplit.cpp @@ -17,7 +17,6 @@ #include "sync.h" #include "amount.h" -//int64_t MAX_MONEY = 200000000 * 100000000LL; using namespace libsnark;