Don't reset `m_cumulativeFoundSharesDiff`

pull/238/head
SChernykh 2023-02-13 09:41:11 +01:00
parent 2aa7389c3f
commit ed59579a9d
1 changed files with 0 additions and 1 deletions

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