From 212ae56440baf7beb808bf497c1a1ff51910bee3 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 23 Aug 2013 22:21:00 +0400 Subject: [PATCH] Cleanup --- src/main.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/main.h b/src/main.h index 0ed1777..3711793 100644 --- a/src/main.h +++ b/src/main.h @@ -856,7 +856,6 @@ public: // memory only mutable std::vector vMerkleTree; - uint256 hashBlock; // Denial-of-service detection: mutable int nDoS; @@ -902,7 +901,6 @@ public: vchBlockSig.clear(); vMerkleTree.clear(); nDoS = 0; - hashBlock = 0; } bool IsNull() const @@ -910,7 +908,7 @@ public: return (nBits == 0); } - uint256 GetHash(bool fRehash=false) const + uint256 GetHash() const { return scrypt_blockhash(CVOIDBEGIN(nVersion)); } -- 1.7.1