mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 09:45:35 +02:00
move ThreadFlushWalletDB declaration to walletdb.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user