mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-25 15:42:59 -05:00
Implemented verification on CPU.
This commit is contained in:
@@ -41,6 +41,6 @@ xmrig::OclLaunchData::OclLaunchData(const Miner *miner, const Algorithm &algorit
|
||||
|
||||
bool xmrig::OclLaunchData::isEqual(const OclLaunchData &other) const
|
||||
{
|
||||
return (other.algorithm.l3() == algorithm.l3() &&
|
||||
other.thread == thread);
|
||||
return (other.algorithm == algorithm &&
|
||||
other.thread == thread);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user