Browse Source

Merge pull request #5983

0.13
Jeff Garzik 10 years ago
parent
commit
c2fa084611
Failed to extract signature
  1. 3
      src/wallet/db.h
  2. 1
      src/wallet/walletdb.h

3
src/wallet/db.h

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

1
src/wallet/walletdb.h

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

Loading…
Cancel
Save