We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a1350 + f702d1c commit c2fa084Copy full SHA for c2fa084
src/wallet/db.h
@@ -25,9 +25,6 @@ class COutPoint;
25
26
extern unsigned int nWalletDBUpdated;
27
28
-void ThreadFlushWalletDB(const std::string& strWalletFile);
29
-
30
31
class CDBEnv
32
{
33
private:
src/wallet/walletdb.h
@@ -138,5 +138,6 @@ class CWalletDB : public CDB
138
};
139
140
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
141
+void ThreadFlushWalletDB(const std::string& strFile);
142
143
#endif // BITCOIN_WALLETDB_H
0 commit comments