From 1a22dbb313d8b51f72f370844d44698c6bb86e9f Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Sat, 3 Feb 2024 08:15:50 +0100 Subject: [PATCH] restarting of the testnet --- 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 a622b08b..50ca891a 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 91 +#define CURRENCY_FORMATION_VERSION 92 #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 1440 +#define ZANO_HARDFORK_04_AFTER_HEIGHT 4440 #endif