diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-22 01:31:01 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-29 21:00:05 +0100 |
commit | 22c4272bf4ea04689fc0ea08e637caa46ba12c98 (patch) | |
tree | d3df14ade9168c18687d9a769ba62c328611ad6f /src/pow.h | |
parent | 723c7526368badda15df8ac1ffc047a0ab2e384a (diff) |
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main.h -> chain.h)
Diffstat (limited to 'src/pow.h')
-rw-r--r-- | src/pow.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead /** Check whether a block hash satisfies the proof-of-work requirement specified by nBits */ bool CheckProofOfWork(uint256 hash, unsigned int nBits); -void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev); - uint256 GetProofIncrement(unsigned int nBits); #endif // BITCOIN_POW_H |