mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-03-22 07:08:56 +00:00
Don't reset m_cumulativeFoundSharesDiff
This commit is contained in:
parent
2aa7389c3f
commit
ed59579a9d
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ void StratumServer::reset_share_counters()
|
||||||
WriteLock lock(m_hashrateDataLock);
|
WriteLock lock(m_hashrateDataLock);
|
||||||
|
|
||||||
m_cumulativeHashesAtLastShare = m_cumulativeHashes;
|
m_cumulativeHashesAtLastShare = m_cumulativeHashes;
|
||||||
m_cumulativeFoundSharesDiff = 0.0;
|
|
||||||
m_totalFoundShares = 0;
|
m_totalFoundShares = 0;
|
||||||
m_totalFailedShares = 0;
|
m_totalFailedShares = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue