aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-09 08:15:01 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-11-11 11:35:49 +0000
commitfb0c934d1b2d58b165e13d2b301e54870c5dc60f (patch)
tree50e25726ca442c99754413e283ac7adca78a8413 /src/wallet/walletdb.h
parentbfc7aad0088432b3693a055b0916a869632bdbe2 (diff)
downloadbitcoin-fb0c934d1b2d58b165e13d2b301e54870c5dc60f.tar.xz
Wallet: Let the interval-flushing thread figure out the filename
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index eb25ac613d..efb5e54786 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -182,6 +182,6 @@ private:
};
-void ThreadFlushWalletDB(const std::string& strFile);
+void ThreadFlushWalletDB();
#endif // BITCOIN_WALLET_WALLETDB_H