diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-09 08:15:01 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-11-11 11:35:49 +0000 |
commit | fb0c934d1b2d58b165e13d2b301e54870c5dc60f (patch) | |
tree | 50e25726ca442c99754413e283ac7adca78a8413 /src/wallet/walletdb.h | |
parent | bfc7aad0088432b3693a055b0916a869632bdbe2 (diff) |
Wallet: Let the interval-flushing thread figure out the filename
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 2 |
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 |