Commit 3431839 1 parent e77d967 commit 3431839 Copy full SHA for 3431839
File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#include < chainparams.h>
10
10
#include < chainparamsbase.h>
11
+ #include < clientversion.h>
11
12
#include < interfaces/init.h>
13
+ #include < key.h>
12
14
#include < logging.h>
15
+ #include < pubkey.h>
16
+ #include < tinyformat.h>
13
17
#include < util/system.h>
14
18
#include < util/translation.h>
15
19
#include < util/url.h>
16
20
#include < wallet/wallettool.h>
17
21
22
+ #include < exception>
18
23
#include < functional>
24
+ #include < string>
25
+ #include < tuple>
19
26
20
27
const std::function<std::string(const char *)> G_TRANSLATION_FUN = nullptr ;
21
28
UrlDecodeFn* const URL_DECODE = nullptr ;
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
+ #if defined(HAVE_CONFIG_H)
6
+ #include < config/bitcoin-config.h>
7
+ #endif
8
+
9
+ #include < wallet/wallettool.h>
10
+
5
11
#include < fs.h>
6
12
#include < util/system.h>
7
13
#include < util/translation.h>
Original file line number Diff line number Diff line change 5
5
#ifndef BITCOIN_WALLET_WALLETTOOL_H
6
6
#define BITCOIN_WALLET_WALLETTOOL_H
7
7
8
- #include < wallet/wallet.h>
8
+ #include < string>
9
+
10
+ class ArgsManager ;
9
11
10
12
namespace WalletTool {
11
13
12
- void WalletShowInfo (CWallet* wallet_instance);
13
14
bool ExecuteWalletToolFunc (const ArgsManager& args, const std::string& command);
14
15
15
16
} // namespace WalletTool
You can’t perform that action at this time.
0 commit comments