aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallettool.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-12-17 19:18:34 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-12-17 19:16:00 +0100
commitfa7dde1c418e2e700853bd30cc9e012c4e4c5ef2 (patch)
treebc57aee77a56f97a31ce6f66f2f67255e6966661 /src/wallet/wallettool.h
parent143bd108ed6626405b0361c9939a8e1bf6cfc3d2 (diff)
wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using global
Diffstat (limited to 'src/wallet/wallettool.h')
-rw-r--r--src/wallet/wallettool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallettool.h b/src/wallet/wallettool.h
index d0b8d6812a..6a9a810231 100644
--- a/src/wallet/wallettool.h
+++ b/src/wallet/wallettool.h
@@ -10,7 +10,7 @@
namespace WalletTool {
void WalletShowInfo(CWallet* wallet_instance);
-bool ExecuteWalletToolFunc(const std::string& command, const std::string& file);
+bool ExecuteWalletToolFunc(const ArgsManager& args, const std::string& command, const std::string& file);
} // namespace WalletTool