Optimized hashrate calculation

This commit is contained in:
SChernykh 2019-11-09 17:29:12 +01:00
parent c235145121
commit 426bc8f0c4
3 changed files with 19 additions and 34 deletions

View file

@ -144,8 +144,6 @@ void xmrig::Workers<T>::tick(uint64_t)
d_ptr->hashrate->add(handle->id(), handle->worker()->hashCount(), handle->worker()->timestamp());
}
d_ptr->hashrate->updateHighest();
}