From 87488b785af72016ede2d1d59b592c85c0f26b82 Mon Sep 17 00:00:00 2001 From: auruya Date: Mon, 22 Sep 2025 13:31:53 +0300 Subject: [PATCH] update CURRENT_TRANSACTION_VERSION --- .gitignore | 1 + README.md | 2 +- src/cryptonote_config.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75ec3f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/* \ No newline at end of file diff --git a/README.md b/README.md index cde9bc4..d76b55b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Node-CryptoForkNote-Util with Merged Mining support Installing locally and testing ----- ``` -npm install https://github.com/MoneroOcean/node-cryptoforknote-util +npm install https://github.com/salvium/node-cryptoforknote-util ``` Dependencies diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 0b3c631..ddc315e 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_TRANSACTION_VERSION 2 +#define CURRENT_TRANSACTION_VERSION 4 #define HF_VERSION_ENABLE_N_OUTS 2 #define TRANSACTION_VERSION_N_OUTS 3 #define TRANSACTION_VERSION_CARROT 4