Merge pull request #3356 from SChernykh/dev
Updated pricing record size for Zephyr solo mining
This commit is contained in:
commit
ae6b10b5a4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue