mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 14:52:52 -05:00
KawPow: reduced stale/expired shares
This commit is contained in:
@@ -372,8 +372,11 @@ void xmrig::CudaBackend::execCommand(char)
|
||||
}
|
||||
|
||||
|
||||
void xmrig::CudaBackend::prepare(const Job &)
|
||||
void xmrig::CudaBackend::prepare(const Job &job)
|
||||
{
|
||||
if (d_ptr) {
|
||||
d_ptr->workers.jobEarlyNotification(job);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user