From 0aadf3db51f43771b7e8d11eda9ec63e289d6c1c Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Thu, 11 Jul 2024 09:30:55 +0000 Subject: [PATCH] changed to use of Salvium input and output types - doh! --- src/cryptonote_core/cryptonote_basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 1307401..f983dfa 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -729,8 +729,8 @@ namespace cryptonote VARINT_FIELD(version) if(version == 0 || CURRENT_TRANSACTION_VERSION < version) return false; VARINT_FIELD(unlock_time) - FIELD(vin) - FIELD(vout) + FIELD(vin_salvium) + FIELD(vout_salvium) FIELD(extra) VARINT_FIELD(tx_type) if (type != cryptonote::salvium_transaction_type::PROTOCOL) {