From 33051b5bee4a16f1b79a3df98e8739fccdfc6343 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 16 Oct 2025 10:47:58 -0700 Subject: [PATCH] Fixed SAL --- package.json | 2 +- src/cryptonote_basic/cryptonote_basic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c452feb..946318b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryptoforknote-util", - "version": "15.8.3", + "version": "15.8.4", "author": { "name": "LucasJones", "email": "lucasjonesdev@hotmail.co.uk" diff --git a/src/cryptonote_basic/cryptonote_basic.h b/src/cryptonote_basic/cryptonote_basic.h index f715424..0de11b9 100644 --- a/src/cryptonote_basic/cryptonote_basic.h +++ b/src/cryptonote_basic/cryptonote_basic.h @@ -369,7 +369,7 @@ namespace cryptonote typedef boost::variant txout_target_v; typedef boost::variant txout_xhv_target_v; typedef boost::variant txout_salvium_target_v; - typedef boost::variant txout_carrot_target_v; + typedef boost::variant txout_carrot_target_v; typedef boost::variant txout_stablero_target_v;