We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf3610 commit 8521d45Copy full SHA for 8521d45
1 file changed
src/main.h
@@ -36,7 +36,7 @@ class CNode;
36
static const int LAST_POW_BLOCK = 835213;
37
static const int64_t INITIAL_COIN_SUPPLY = 34145512; // Used in calculating interest rate (97.990085882B are out of circulation)
38
static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000;
39
-static const int FORK_HEIGHT_1 = 1167000;
+static const int FORK_HEIGHT_1 = 1177000;
40
41
static const double COIN_SUPPLY_GROWTH_RATE = 1.35; // Circulation growth rate per block based on SLR grants of 710,000 / year
42
static const double TWO_PERCENT_INT = 2.0;
0 commit comments