Auto merge of #1735 - str4d:metrics-screen-improvements, r=str4d
Metrics screen improvements Closes #1656, #1685, #1688 and #1716
This commit is contained in:
@@ -440,7 +440,7 @@ static bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& rese
|
||||
if (!ProcessNewBlock(state, NULL, pblock, true, NULL))
|
||||
return error("ZcashMiner: ProcessNewBlock, block not accepted");
|
||||
|
||||
minedBlocks.increment();
|
||||
TrackMinedBlock(pblock->GetHash());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user