1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 14:52:52 -05:00

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();
}