From f31c5e222592e0d20fa7ecf3324c96a45de9846e Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 15 Aug 2019 16:41:29 +0200 Subject: [PATCH] changed the way of restarting testnet --- src/currency_core/currency_config.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/currency_core/currency_config.h b/src/currency_core/currency_config.h index e57fa8c0..55ca9a7d 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -7,16 +7,13 @@ #pragma once -#define CURRENCY_FORMATION_VERSION 84 -#define TESTNET_FORMATION_VERSION 2 - #ifndef TESTNET -#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare +#define CURRENCY_FORMATION_VERSION 84 #else -#define CURRENCY_GENESIS_NONCE (TESTNET_FORMATION_VERSION + CURRENCY_FORMATION_VERSION + 101011010121) +#define CURRENCY_FORMATION_VERSION 86 #endif - +#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare