KawPow: reduced stale/expired shares
This commit is contained in:
parent
95ef32c913
commit
9cbdb7f1f2
22 changed files with 218 additions and 104 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue