Updated pricing record size for Zephyr solo mining

This commit is contained in:
SChernykh
2023-11-14 13:06:10 +01:00
parent b6c399dafb
commit 41b6844e7d

View File

@@ -198,7 +198,7 @@ bool xmrig::BlockTemplate::parse(bool hashes)
}
if (m_coin == Coin::ZEPHYR) {
uint8_t pricing_record[24];
uint8_t pricing_record[120];
ar(pricing_record);
}