StratumServer: reset cumulative hashes too

pull/166/head
SChernykh 2022-05-16 14:36:11 +02:00
parent 72d70eba16
commit 8f1f81749d
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ void StratumServer::show_workers()
void StratumServer::reset_share_counters()
{
m_cumulativeHashes = 0;
m_cumulativeHashesAtLastShare = 0;
m_cumulativeFoundSharesDiff = 0.0;
m_totalFoundShares = 0;