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/main.h | |
parent | 92b3d3630d6d63305bec136a23c7be4cb2bb2652 (diff) |
Move UpdateTime to pow
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 886cac1507..adb7d68bcf 100644 --- a/src/main.h +++ b/src/main.h @@ -163,8 +163,6 @@ bool GetTransaction(const uint256 &hash, CTransaction &tx, uint256 &hashBlock, b bool ActivateBestChain(CValidationState &state); int64_t GetBlockValue(int nHeight, int64_t nFees); -void UpdateTime(CBlockHeader& block, const CBlockIndex* pindexPrev); - /** Create a new block index entry for a given block hash */ CBlockIndex * InsertBlockIndex(uint256 hash); /** Verify a signature */ |