From faf8401c195f52470d1ca6e2c94cb3820e57ee41 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 11 May 2020 17:40:21 +0200 Subject: wallet: Pass unused args to StartWallets This refactor does not change behavior --- src/interfaces/chain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/chain.h') diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index 65695707f7..bbeb0fa801 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -15,6 +15,7 @@ #include #include +class ArgsManager; class CBlock; class CFeeRate; class CRPCCommand; @@ -322,7 +323,7 @@ std::unique_ptr MakeChain(NodeContext& node); //! analysis, or fee estimation. These clients need to expose their own //! MakeXXXClient functions returning their implementations of the ChainClient //! interface. -std::unique_ptr MakeWalletClient(Chain& chain, std::vector wallet_filenames); +std::unique_ptr MakeWalletClient(Chain& chain, ArgsManager& args, std::vector wallet_filenames); } // namespace interfaces -- cgit v1.2.3