aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-02-08 13:19:18 -0500
committerMatt Corallo <git@bluematt.me>2017-03-06 18:35:19 -0500
commit735d9b5362aeca34c0e62006986fe9d82c24ca08 (patch)
tree25e2a8ba6b29162ba94520e67f60b9f805e51f7d /src/wallet/walletdb.h
parent73296f54d6f0b38fcac627882d2e9480a2bad14a (diff)
downloadbitcoin-735d9b5362aeca34c0e62006986fe9d82c24ca08.tar.xz
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
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 6b847cedbc..85364c134d 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -193,6 +193,6 @@ private:
void operator=(const CWalletDB&);
};
-void ThreadFlushWalletDB();
+void MaybeFlushWalletDB();
#endif // BITCOIN_WALLET_WALLETDB_H