Don't reset m_cumulativeFoundSharesDiff

This commit is contained in:
SChernykh 2023-02-13 09:41:11 +01:00
parent 2aa7389c3f
commit ed59579a9d

View file

@ -530,7 +530,6 @@ void StratumServer::reset_share_counters()
WriteLock lock(m_hashrateDataLock);
m_cumulativeHashesAtLastShare = m_cumulativeHashes;
m_cumulativeFoundSharesDiff = 0.0;
m_totalFoundShares = 0;
m_totalFailedShares = 0;
}