From 7757171f36ce2b9677571e85f16db804b35b4b2b Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Fri, 9 Aug 2019 17:14:13 +0200 Subject: [PATCH] planned hardfork estimate 1 september --- src/currency_core/currency_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/currency_config.h b/src/currency_core/currency_config.h index 7675ce3b..286c72d7 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -213,7 +213,7 @@ //hard forks section #define BLOCK_MAJOR_VERSION_INITAL 1 #ifndef TESTNET -#define ZANO_HARDFORK_1_AFTER_HEIGHT 120000 +#define ZANO_HARDFORK_1_AFTER_HEIGHT 165000 #else #define ZANO_HARDFORK_1_AFTER_HEIGHT 62102 #endif