From d9778fd1efa89016ee1f33882e9795aa1d32b1f4 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 21 Jul 2021 02:13:01 +0000 Subject: [PATCH] Fixed tx version --- 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 72998ff..e66ee80 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_TRANSACTION_VERSION 4 +#define CURRENT_TRANSACTION_VERSION 1 #define OFFSHORE_TRANSACTION_VERSION 3 #define HF_VERSION_XASSET_FEES_V2 17