changed to use of Salvium input and output types - doh!

This commit is contained in:
Some Random Crypto Guy
2024-07-11 09:30:55 +00:00
committed by MoneroOcean
parent be8c2e9c8f
commit 0aadf3db51

View File

@@ -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) {