diff options
author | jtimon <jtimon@monetize.io> | 2014-06-28 14:03:06 +0200 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-08-23 13:21:50 +0200 |
commit | c2c02f3fa99385f5a5be722fda6f71522c93bdaa (patch) | |
tree | 608b76aa8e523a4118f569518bf5150e85d77c48 /src/pow.h | |
parent | 92b3d3630d6d63305bec136a23c7be4cb2bb2652 (diff) |
Move UpdateTime to pow
Diffstat (limited to 'src/pow.h')
-rw-r--r-- | src/pow.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,4 +20,6 @@ bool CheckProofOfWork(uint256 hash, unsigned int nBits); /** Calculate the minimum amount of work a received block needs, without knowing its direct parent */ unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime); +void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev); + #endif |