From 0235be1e7aa84ceb2c882c33fc279d4593e14968 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 23 Jan 2017 09:27:59 -0500 Subject: Rename FlushWalletDB -> CompactWalletDB, add function description --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/wallet.cpp') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 88dbb77ab5..04d5ea6eff 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3765,7 +3765,7 @@ void CWallet::postInitProcess(CScheduler& scheduler) // Run a thread to flush wallet periodically if (!CWallet::fFlushScheduled.exchange(true)) { - scheduler.scheduleEvery(MaybeFlushWalletDB, 500); + scheduler.scheduleEvery(MaybeCompactWalletDB, 500); } } -- cgit v1.2.3