From 8521d45e61be44dddb53237c8e45947d36be0996 Mon Sep 17 00:00:00 2001 From: onsightit Date: Sat, 30 Apr 2016 09:18:36 -0600 Subject: [PATCH] Adjusted fork height for 2.1.1 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index e698cd2..b5e7b0e 100644 --- a/src/main.h +++ b/src/main.h @@ -36,7 +36,7 @@ class CNode; static const int LAST_POW_BLOCK = 835213; static const int64_t INITIAL_COIN_SUPPLY = 34145512; // Used in calculating interest rate (97.990085882B are out of circulation) static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000; -static const int FORK_HEIGHT_1 = 1167000; +static const int FORK_HEIGHT_1 = 1177000; static const double COIN_SUPPLY_GROWTH_RATE = 1.35; // Circulation growth rate per block based on SLR grants of 710,000 / year static const double TWO_PERCENT_INT = 2.0;