aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h
diff options
context:
space:
mode:
authorm2049r <30435443+m2049r@users.noreply.github.com>2017-08-02 00:41:05 +0200
committerm2049r <30435443+m2049r@users.noreply.github.com>2017-08-03 01:45:45 +0200
commitad4649ac81f4539e87b17eb7907e0553c7e11098 (patch)
tree126baebd2efb27d49e24a37ecdca03bc821f4a9d /src/wallet/api/wallet_manager.h
parentMerge pull request #2159 (diff)
downloadmonero-ad4649ac81f4539e87b17eb7907e0553c7e11098.tar.xz
Enable verifying wallet password with having to load wallet.
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r--src/wallet/api/wallet_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h
index 033e8108f..aa6ea439e 100644
--- a/src/wallet/api/wallet_manager.h
+++ b/src/wallet/api/wallet_manager.h
@@ -50,6 +50,7 @@ public:
const std::string &spendKeyString = "");
virtual bool closeWallet(Wallet *wallet);
bool walletExists(const std::string &path);
+ bool verifyWalletPassword(const std::string &keys_file_name, const std::string &password, bool watch_only) const;
std::vector<std::string> findWallets(const std::string &path);
std::string errorString() const;
void setDaemonAddress(const std::string &address);