From e00114919449f184e266f2b514294d0aa9c8f2d1 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Sat, 13 Mar 2021 16:13:03 +0300 Subject: [PATCH] testnet restarted (in atomics branch yet) --- 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 22c20002..e7b9f2f6 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 86 +#define CURRENCY_FORMATION_VERSION 87 #endif #define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare @@ -238,7 +238,7 @@ #define ZANO_HARDFORK_02_AFTER_HEIGHT 999999 #else #define ZANO_HARDFORK_01_AFTER_HEIGHT 1440 -#define ZANO_HARDFORK_02_AFTER_HEIGHT 999999 +#define ZANO_HARDFORK_02_AFTER_HEIGHT 1800 #endif