PPCoin: Mark inputs unspent in wallet when disconnecting coinstake
[novacoin.git] / src / wallet.h
index 2fb41db..4beebb8 100644 (file)
@@ -216,6 +216,7 @@ public:
 
     bool CheckSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion);
     void FixSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion);
+    void DisableTransaction(const CTransaction &tx);
 };