X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=970f2e4e0df8884b090fcea4fe6da1df85e6ef70;hp=87695883b71f727647a5086cd1fcde6fb72ef49e;hb=7237fa069ba1e3c33769e03c883974350bb404d0;hpb=dbfa51628178a6f1064f28d8a5aa8e12d45d7ac9 diff --git a/src/wallet.h b/src/wallet.h index 8769588..970f2e4 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -213,6 +213,8 @@ public: bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); bool SetDefaultKey(const std::vector &vchPubKey); + + bool CheckSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion); };