From 83617a71ee3d176da191bcd3ee24c2c65d4eb1c6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:30:58 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 46ec98a74..7779eba6e 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) {