SAL fixes

This commit is contained in:
MoneroOcean
2025-10-15 09:54:04 -07:00
parent 39fa08d769
commit e79da7f582
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cryptoforknote-util",
"version": "15.8.2",
"version": "15.8.3",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"

View File

@@ -761,7 +761,7 @@ namespace cryptonote
} else if (blob_type == BLOB_TYPE_CRYPTONOTE_SALVIUM) {
VARINT_FIELD(version)
if(version == 0 || CURRENT_TRANSACTION_VERSION < 4) return false;
if(version == 0 || 4 < version) return false;
VARINT_FIELD(unlock_time)
FIELD(vin_salvium)
FIELD(vout_salvium)