Get rid of the internal miner's hashmeter

This commit is contained in:
jtimon
2014-10-10 11:19:36 +02:00
committed by jtimon
parent 41cced2106
commit 0cc0d8d60b
5 changed files with 2 additions and 65 deletions

View File

@@ -28,7 +28,4 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int&
bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey);
void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev);
extern double dHashesPerSec;
extern int64_t nHPSTimerStart;
#endif // BITCOIN_MINER_H