From 83ce06e0ca106c0ed7d83cb65aa3b44059156873 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 5 Sep 2019 20:42:47 +0200 Subject: [PATCH] hardfork shifted to 15 of 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 791033bf..37cdd8f1 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -219,7 +219,7 @@ #define BLOCK_MINOR_VERSION_GENESIS 0 #define BLOCK_MAJOR_VERSION_INITAL 0 #ifndef TESTNET -#define ZANO_HARDFORK_1_AFTER_HEIGHT 180840 +#define ZANO_HARDFORK_1_AFTER_HEIGHT 186247 #else #define ZANO_HARDFORK_1_AFTER_HEIGHT 1440 #endif