diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-29 17:00:02 +0100 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-29 21:01:07 +0100 |
commit | 092b58d13d658baebbf03a6d5209f368f19e50a8 (patch) | |
tree | bce476eeb459762977a5677b96d71f530f04f53a /src/chain.h | |
parent | 22c4272bf4ea04689fc0ea08e637caa46ba12c98 (diff) |
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex)
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chain.h b/src/chain.h index 2a55771622..0f513019d0 100644 --- a/src/chain.h +++ b/src/chain.h @@ -217,11 +217,6 @@ public: return (int64_t)nTime; } - uint256 GetBlockWork() const - { - return GetProofIncrement(nBits); - } - enum { nMedianTimeSpan=11 }; int64_t GetMedianTimePast() const |