New stake miner
[novacoin.git] / src / main.h
index c6e6558..d2df098 100644 (file)
@@ -1145,7 +1145,6 @@ public:
     bool CheckBlock(bool fCheckPOW=true, bool fCheckMerkleRoot=true, bool fCheckSig=true) const;
     bool AcceptBlock();
     bool GetCoinAge(uint64_t& nCoinAge) const; // ppcoin: calculate total coin age spent in block
-    bool SignBlock(CWallet& keystore);
     bool CheckBlockSignature() const;
 
 private: