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.
1 parent dcc92f8 commit f533e37Copy full SHA for f533e37
src/wallet/db.h
@@ -27,9 +27,6 @@ struct CBlockLocator;
27
28
extern unsigned int nWalletDBUpdated;
29
30
-void ThreadFlushWalletDB(const std::string& strWalletFile);
31
-
32
33
class CDBEnv
34
{
35
private:
src/wallet/walletdb.h
@@ -230,6 +230,6 @@ class CWalletDB : public CDB
230
void NotifyBacked(const CWallet& wallet, bool fSuccess, std::string strMessage);
231
bool BackupWallet(const CWallet& wallet, const fs::path& strDest, bool fEnableCustom = true);
232
bool AttemptBackupWallet(const CWallet& wallet, const fs::path& pathSrc, const fs::path& pathDest);
233
+void ThreadFlushWalletDB(const std::string& strFile);
234
235
#endif // BITCOIN_WALLETDB_H
0 commit comments