Merge pull request #3356 from SChernykh/dev

Updated pricing record size for Zephyr solo mining
This commit is contained in:
xmrig
2023-11-15 08:27:02 +07:00
committed by GitHub

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