Skip to content

Commit f533e37

Browse files
Philip Kaufmannfurszy
authored andcommitted
move ThreadFlushWalletDB declaration to walletdb.h
1 parent dcc92f8 commit f533e37

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/wallet/db.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ struct CBlockLocator;
2727

2828
extern unsigned int nWalletDBUpdated;
2929

30-
void ThreadFlushWalletDB(const std::string& strWalletFile);
31-
32-
3330
class CDBEnv
3431
{
3532
private:

src/wallet/walletdb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ class CWalletDB : public CDB
230230
void NotifyBacked(const CWallet& wallet, bool fSuccess, std::string strMessage);
231231
bool BackupWallet(const CWallet& wallet, const fs::path& strDest, bool fEnableCustom = true);
232232
bool AttemptBackupWallet(const CWallet& wallet, const fs::path& pathSrc, const fs::path& pathDest);
233-
233+
void ThreadFlushWalletDB(const std::string& strFile);
234234

235235
#endif // BITCOIN_WALLETDB_H

0 commit comments

Comments
 (0)