From a23ec597a14ce25b1002b587c3177c3628caf00d Mon Sep 17 00:00:00 2001 From: Marco Nilsson Date: Mon, 8 Jan 2018 20:57:38 +0100 Subject: [PATCH] Set v9 to start on block 1144000 in production. --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 864bf22924..ed433f841d 100755 --- a/src/main.h +++ b/src/main.h @@ -100,7 +100,7 @@ inline uint32_t IsV9Enabled(int nHeight) { return fTestNet ? nHeight >= 399000 - : nHeight >= 2000000; + : nHeight >= 1144000; } inline int GetSuperblockAgeSpacing(int nHeight)