diff options
author | tobtoht <thotbot@protonmail.com> | 2021-06-04 18:59:33 +0200 |
---|---|---|
committer | tobtoht <thotbot@protonmail.com> | 2021-07-05 02:49:27 +0200 |
commit | bbeb555f00b97407e1cbd904b3bc732b72f354c3 (patch) | |
tree | cd3aa13763ea76a433c4396429a842508b2db785 /src/wallet/api/wallet.h | |
parent | Merge pull request #7735 (diff) | |
download | monero-bbeb555f00b97407e1cbd904b3bc732b72f354c3.tar.xz |
wallet_api: getPassword
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index ce2d7d7e4..b53548951 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -89,6 +89,7 @@ public: std::string errorString() const override; void statusWithErrorString(int& status, std::string& errorString) const override; bool setPassword(const std::string &password) override; + const std::string& getPassword() const override; bool setDevicePin(const std::string &password) override; bool setDevicePassphrase(const std::string &password) override; std::string address(uint32_t accountIndex = 0, uint32_t addressIndex = 0) const override; |