Auto merge of #1735 - str4d:metrics-screen-improvements, r=str4d

Metrics screen improvements

Closes #1656, #1685, #1688 and #1716
This commit is contained in:
zkbot
2016-11-03 14:55:04 +00:00
7 changed files with 106 additions and 17 deletions

View File

@@ -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;
}