Merge pull request #5599

0cc0d8d Get rid of the internal miner's hashmeter (jtimon)
This commit is contained in:
Wladimir J. van der Laan
2015-01-24 15:58:16 +01:00
5 changed files with 2 additions and 65 deletions

View File

@@ -31,7 +31,4 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey);
void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& nExtraNonce);
void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev);
extern double dHashesPerSec;
extern int64_t nHPSTimerStart;
#endif // BITCOIN_MINER_H