mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
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