Skip to content

Commit c2fa084

Browse files
author
Jeff Garzik
committed
Merge pull request #5983
2 parents c8a1350 + f702d1c commit c2fa084

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)