Skip to content

Commit f702d1c

Browse files
author
Philip Kaufmann
committed
move ThreadFlushWalletDB declaration to walletdb.h
1 parent 7efc9cf commit f702d1c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/wallet/db.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ class COutPoint;
2525

2626
extern unsigned int nWalletDBUpdated;
2727

28-
void ThreadFlushWalletDB(const std::string& strWalletFile);
29-
30-
3128
class CDBEnv
3229
{
3330
private:

src/wallet/walletdb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ class CWalletDB : public CDB
138138
};
139139

140140
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
141+
void ThreadFlushWalletDB(const std::string& strFile);
141142

142143
#endif // BITCOIN_WALLETDB_H

0 commit comments

Comments
 (0)