Updated pricing record size for Zephyr solo mining

This commit is contained in:
SChernykh 2023-11-14 13:06:10 +01:00
parent 10bfffe033
commit 705a7eac0c

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);
}