diff options
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ class CWalletTx; extern unsigned int nWalletDBUpdated; -void ThreadFlushWalletDB(void* parg); +void ThreadFlushWalletDB(const std::string& strWalletFile); bool BackupWallet(const CWallet& wallet, const std::string& strDest); |