Miner: fixed share counter initialization

This commit is contained in:
SChernykh 2022-03-30 08:34:22 +02:00
parent 915988d694
commit e50cf060cb

View file

@ -41,6 +41,7 @@ Miner::Miner(p2pool* pool, uint32_t threads)
, m_nonceTimestamp(m_startTimestamp)
, m_extraNonce(0xF19E3779U)
, m_totalHashes(0)
, m_sharesFound(0)
, m_job{}
, m_jobIndex(0)
{