From d08edc2ea364498e5dc62e4dce82094b5da03b25 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 7 Feb 2024 22:53:46 +0400 Subject: [PATCH] shortened hf4 period for testnet + network reset --- src/currency_core/currency_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/currency_core/currency_config.h b/src/currency_core/currency_config.h index 39622e99..39b0a9e0 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -10,7 +10,7 @@ #ifndef TESTNET #define CURRENCY_FORMATION_VERSION 84 #else -#define CURRENCY_FORMATION_VERSION 93 +#define CURRENCY_FORMATION_VERSION 94 #endif #define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare @@ -273,7 +273,7 @@ #define ZANO_HARDFORK_01_AFTER_HEIGHT 0 #define ZANO_HARDFORK_02_AFTER_HEIGHT 0 #define ZANO_HARDFORK_03_AFTER_HEIGHT 0 -#define ZANO_HARDFORK_04_AFTER_HEIGHT 4440 +#define ZANO_HARDFORK_04_AFTER_HEIGHT 2440 #endif