aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallettool.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-10-24 19:27:51 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-10-30 21:43:49 +0300
commit3431839c33fa3892c982322e4add39e28ddba719 (patch)
tree1710a330d0ac2b224c72639f9a65de54058cb82d /src/wallet/wallettool.h
parente77d9679fd0c6ad3be997e6160ccdbfc11ac7be7 (diff)
downloadbitcoin-3431839c33fa3892c982322e4add39e28ddba719.tar.xz
util, refactor: Improve headers for bitcoin-wallet tool
Diffstat (limited to 'src/wallet/wallettool.h')
-rw-r--r--src/wallet/wallettool.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wallet/wallettool.h b/src/wallet/wallettool.h
index f4516bb5bc..09be1dac2c 100644
--- a/src/wallet/wallettool.h
+++ b/src/wallet/wallettool.h
@@ -5,11 +5,12 @@
#ifndef BITCOIN_WALLET_WALLETTOOL_H
#define BITCOIN_WALLET_WALLETTOOL_H
-#include <wallet/wallet.h>
+#include <string>
+
+class ArgsManager;
namespace WalletTool {
-void WalletShowInfo(CWallet* wallet_instance);
bool ExecuteWalletToolFunc(const ArgsManager& args, const std::string& command);
} // namespace WalletTool