From 465b3841958ba00da17491561374033bb4d305a7 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Tue, 10 Mar 2026 21:01:54 +0000 Subject: [PATCH] fixed regression of TESTNET_VERSION var --- 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 90cc272..d2fc043 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -254,7 +254,7 @@ #define HF_VERSION_ENABLE_ORACLE 255 #define HF_VERSION_SLIPPAGE_YIELD 255 -#define TESTNET_VERSION 15 +#define TESTNET_VERSION 16 #define STAGENET_VERSION 1 #define PER_KB_FEE_QUANTIZATION_DECIMALS 8