Add average hash rate to metrics

This commit is contained in:
Jack Grigg
2016-09-05 10:54:15 +12:00
parent db853f8a46
commit e7d59bbc12
4 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ struct AtomicCounter {
extern AtomicCounter transactionsValidated;
extern AtomicCounter ehSolverRuns;
extern AtomicCounter solutionTargetChecks;
extern AtomicCounter minedBlocks;
void ConnectMetricsScreen();