mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-22 02:14:30 +00:00
Miner: fixed share counter initialization
This commit is contained in:
parent
915988d694
commit
e50cf060cb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue