aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/load.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/load.h')
-rw-r--r--src/wallet/load.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/load.h b/src/wallet/load.h
index 0882f7f8ad..c079cad955 100644
--- a/src/wallet/load.h
+++ b/src/wallet/load.h
@@ -26,7 +26,7 @@ bool VerifyWallets(WalletContext& context);
bool LoadWallets(WalletContext& context);
//! Complete startup of wallets.
-void StartWallets(WalletContext& context, CScheduler& scheduler);
+void StartWallets(WalletContext& context);
//! Flush all wallets in preparation for shutdown.
void FlushWallets(WalletContext& context);