X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=9412013c2b311b273b5852ef3b7ce80fb3a7f4b9;hp=4750a6bfa8c8a50d0a744237fce307df0120a420;hb=8da2beaee1c52c452f2677a970a76787027b1ef2;hpb=2387b89cbcea8b6e75ca24abb0595cc80d6ff3b5 diff --git a/src/wallet.h b/src/wallet.h index 4750a6b..9412013 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -276,8 +276,7 @@ public: // get the current wallet format (the oldest client version guaranteed to understand this wallet) int GetVersion() { return nWalletVersion; } - bool CheckSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion); - void FixSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion); + void FixSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion, bool fCheckOnly = false); void DisableTransaction(const CTransaction &tx); };