From 7b3e8007c87116c0039c56818a903ea14d781b5e Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Wed, 20 Aug 2025 15:50:45 +0100 Subject: [PATCH] bumped TESTNET DB version to prevent conflicts --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 2c9cd79fe..74cfd456a 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -250,7 +250,7 @@ #define HF_VERSION_ENABLE_ORACLE 255 #define HF_VERSION_SLIPPAGE_YIELD 255 -#define TESTNET_VERSION 14 +#define TESTNET_VERSION 15 #define STAGENET_VERSION 1 #define PER_KB_FEE_QUANTIZATION_DECIMALS 8