Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)

This commit is contained in:
jtimon
2014-07-05 12:05:33 +02:00
parent c2c02f3fa9
commit b343c1a1e3
3 changed files with 19 additions and 11 deletions

View File

@@ -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