diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2020-08-04 21:16:48 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2020-09-03 12:24:32 -0400 |
commit | 7bf6dfbb484adfda3b8df26ee3e2ebda239dd263 (patch) | |
tree | 2ed5e50ed96e0196bf5c7bf4925b45bf6aa808fa /src/wallet/wallettool.h | |
parent | 77d5bb72b8722ec7a6c7c33479a532cbd5870ba4 (diff) |
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.h | 2 |
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); |