aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallettool.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-08-04 21:16:48 -0400
committerRussell Yanofsky <russ@yanofsky.org>2020-09-03 12:24:32 -0400
commit7bf6dfbb484adfda3b8df26ee3e2ebda239dd263 (patch)
tree2ed5e50ed96e0196bf5c7bf4925b45bf6aa808fa /src/wallet/wallettool.h
parent77d5bb72b8722ec7a6c7c33479a532cbd5870ba4 (diff)
downloadbitcoin-7bf6dfbb484adfda3b8df26ee3e2ebda239dd263.tar.xz
wallet: Remove path checking code from bitcoin-wallet tool
This commit does not change behavior except for error messages which now include more complete information.
Diffstat (limited to 'src/wallet/wallettool.h')
-rw-r--r--src/wallet/wallettool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallettool.h b/src/wallet/wallettool.h
index 8ee3355f02..d0b8d6812a 100644
--- a/src/wallet/wallettool.h
+++ b/src/wallet/wallettool.h
@@ -9,8 +9,6 @@
namespace WalletTool {
-std::shared_ptr<CWallet> CreateWallet(const std::string& name, const fs::path& path);
-std::shared_ptr<CWallet> LoadWallet(const std::string& name, const fs::path& path);
void WalletShowInfo(CWallet* wallet_instance);
bool ExecuteWalletToolFunc(const std::string& command, const std::string& file);