Fixed SAL parse after fork

This commit is contained in:
MoneroOcean
2024-11-05 16:32:46 +03:00
parent ac5dcc2133
commit 0f9c969b83
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1097,7 +1097,7 @@ namespace cryptonote
if (blob_type == BLOB_TYPE_CRYPTONOTE_XHV) {
FIELD(pricing_record)
} else if (blob_type == BLOB_TYPE_CRYPTONOTE_SALVIUM) {
if (major_version >= 2) FIELD(salvium_pricing_record)
if (major_version >= 255) FIELD(salvium_pricing_record)
} else if (blob_type == BLOB_TYPE_CRYPTONOTE_ZEPHYR) {
if (major_version >= 6)
{