From e8cb981dd050908bf29b3a007fa8cd2621b995a2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 3 Nov 2017 19:24:53 +0200 Subject: [PATCH] Test --- src/komodo.h | 1 - src/komodo_interest.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 95aa1583a..c5057646f 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -25,7 +25,6 @@ #define KOMODO_ASSETCHAINS_WAITNOTARIZE #define KOMODO_PAXMAX (10000 * COIN) -#define KOMODO_ENDOFERA 7777777 #include #include diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 917791498..798eda48e 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -16,6 +16,7 @@ #define SATOSHIDEN ((uint64_t)100000000L) #define dstr(x) ((double)(x) / SATOSHIDEN) +#define KOMODO_ENDOFERA 7777777 #define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5% int64_t MAX_MONEY = 200000000 * 100000000LL;