From be7695c2a86421cc36ec12c7c33ffcf1c3fd216b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jan 2017 23:14:05 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 1 + src/komodo_utils.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 269a8ff6c..39b394693 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -14,6 +14,7 @@ ******************************************************************************/ #define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5% +int64_t MAX_MONEY = 200000000 * SATOSHIDEN; uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest) { diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 977a86d81..447a1a0c8 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1449,8 +1449,6 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height) return(notaryid); } -int64_t MAX_MONEY = 200000000 * SATOSHIDEN; - void komodo_args() { extern int64_t MAX_MONEY;