CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex)
This commit is contained in:
@@ -217,11 +217,6 @@ public:
|
||||
return (int64_t)nTime;
|
||||
}
|
||||
|
||||
uint256 GetBlockWork() const
|
||||
{
|
||||
return GetProofIncrement(nBits);
|
||||
}
|
||||
|
||||
enum { nMedianTimeSpan=11 };
|
||||
|
||||
int64_t GetMedianTimePast() const
|
||||
|
||||
Reference in New Issue
Block a user