CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex)

This commit is contained in:
jtimon
2014-10-29 17:00:02 +01:00
parent 22c4272bf4
commit 092b58d13d
4 changed files with 7 additions and 13 deletions

View File

@@ -217,11 +217,6 @@ public:
return (int64_t)nTime;
}
uint256 GetBlockWork() const
{
return GetProofIncrement(nBits);
}
enum { nMedianTimeSpan=11 };
int64_t GetMedianTimePast() const