PPCoin: Add RPC command 'checkwallet'
[novacoin.git] / src / wallet.h
index 8769588..970f2e4 100644 (file)
@@ -213,6 +213,8 @@ public:
     bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx);
 
     bool SetDefaultKey(const std::vector<unsigned char> &vchPubKey);
+
+    bool CheckSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion);
 };