PPCoin: Check stake target and signature for all accepted block
[novacoin.git] / src / main.h
index 6d2ead4..f6db3b3 100644 (file)
@@ -675,7 +675,7 @@ protected:
 public:
     bool RemoveFromMemoryPool();
     bool GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const;  // ppcoin: get transaction coin age
-    bool CheckProofOfStake(CTxDB& txdb, unsigned int nBits) const;
+    bool CheckProofOfStake(unsigned int nBits) const;
 };