Added SAL support

This commit is contained in:
MoneroOcean
2024-07-20 04:41:33 +03:00
parent 084ea7fd77
commit c696b5b43f
4 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -1080,7 +1080,7 @@ namespace cryptonote
if (blob_type == BLOB_TYPE_CRYPTONOTE_XHV) {
FIELD(pricing_record)
} else if (blob_type == BLOB_TYPE_CRYPTONOTE_SALVIUM) {
FIELD(salvium_pricing_record)
if (major_version >= 2) FIELD(salvium_pricing_record)
} else if (blob_type == BLOB_TYPE_CRYPTONOTE_ZEPHYR) {
if (major_version >= 4)
{