1
0
mirror of https://github.com/kvazar-network/kevacoin.git synced 2025-03-13 06:01:45 +00:00

Merge pull request

This commit is contained in:
Jeff Garzik 2015-04-12 11:48:12 -04:00
commit c2fa084611
Failed to extract signature
2 changed files with 1 additions and 3 deletions
src/wallet

@ -25,9 +25,6 @@ class COutPoint;
extern unsigned int nWalletDBUpdated;
void ThreadFlushWalletDB(const std::string& strWalletFile);
class CDBEnv
{
private:

@ -138,5 +138,6 @@ private:
};
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
void ThreadFlushWalletDB(const std::string& strFile);
#endif // BITCOIN_WALLETDB_H