diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:46:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:46:09 +0200 |
commit | 4c24eb050bd549341fdb7bcde37d0d2f121a879a (patch) | |
tree | a673b72180fd08587a91d4c1afcbc79f8e34a6e7 /src/wallet/api/wallet_manager.h | |
parent | Merge pull request #2237 (diff) | |
parent | Enable verifying wallet password with having to load wallet. (diff) | |
download | monero-4c24eb050bd549341fdb7bcde37d0d2f121a879a.tar.xz |
Merge pull request #2238
ad4649ac Enable verifying wallet password with having to load wallet. (m2049r)
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r-- | src/wallet/api/wallet_manager.h | 1 |
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); |