From fa62a68afa61452f2cfae63865fb921a5047a8f1 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 9 Jan 2023 15:54:33 +0000 Subject: [PATCH] XHV fix --- package.json | 2 +- src/cryptonote_core/cryptonote_basic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4f6629..9e22a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryptoforknote-util", - "version": "13.0.2", + "version": "13.0.3", "main": "cryptoforknote-util", "author": { "name": "LucasJones", diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 4c78c3a..d1ca1e2 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -437,7 +437,7 @@ namespace cryptonote amount_burnt = 0; amount_minted = 0; output_unlock_times.clear(); - collateral_index = 0; + collateral_indices.clear(); } inline