Miner: fixed share counter initialization

pull/143/head
SChernykh 2022-03-30 08:34:22 +02:00
parent 915988d694
commit e50cf060cb
1 changed files with 1 additions and 0 deletions

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)
{