aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/load.h
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2022-09-08 15:21:08 -0400
committerRyan Ofsky <ryan@ofsky.org>2023-10-20 10:30:16 -0400
commit4978754c0058bbdfbcd492f25fa49ef211e11d6e (patch)
tree1956f6b064ca2657b7608e3dcb05ded5c4908882 /src/wallet/load.h
parent924327eaf3ada45a603e80aa4a3ab38a0f8c8673 (diff)
downloadbitcoin-4978754c0058bbdfbcd492f25fa49ef211e11d6e.tar.xz
interfaces: Add schedulerMockForward method so mockscheduler RPC can work across processes
Needed to fix new wallet_groups.py and wallet_resendwallettransactions.py tests with multiprocess bitcoin-node executable.
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);