mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
KawPow: reduced stale/expired shares
This commit is contained in:
@@ -139,6 +139,14 @@ xmrig::OclWorker::~OclWorker()
|
||||
}
|
||||
|
||||
|
||||
void xmrig::OclWorker::jobEarlyNotification(const Job& job)
|
||||
{
|
||||
if (m_runner) {
|
||||
m_runner->jobEarlyNotification(job);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
bool xmrig::OclWorker::selfTest()
|
||||
{
|
||||
return m_runner != nullptr;
|
||||
|
||||
Reference in New Issue
Block a user