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
commit ae6b10b5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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