diff options
| author | jtimon <[email protected]> | 2014-07-05 12:05:33 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-08-23 13:21:51 +0200 |
| commit | b343c1a1e34f851e70649ad1f49855a7d878f9ef (patch) | |
| tree | b7c15e98c8a631420c186dd0acec51af4a02a061 /src/pow.h | |
| parent | Move UpdateTime to pow (diff) | |
| download | discoin-b343c1a1e34f851e70649ad1f49855a7d878f9ef.tar.xz discoin-b343c1a1e34f851e70649ad1f49855a7d878f9ef.zip | |
Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)
Diffstat (limited to 'src/pow.h')
| -rw-r--r-- | src/pow.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,4 +22,6 @@ unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime); void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev); +uint256 GetProofIncrement(unsigned int nBits); + #endif |