wallet_api: getPassword

This commit is contained in:
tobtoht
2021-06-04 18:59:33 +02:00
committed by selsta
parent a395f363e7
commit d188b5f51f
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -839,6 +839,11 @@ bool WalletImpl::setPassword(const std::string &password)
return status() == Status_Ok;
}
const std::string& WalletImpl::getPassword() const
{
return m_password;
}
bool WalletImpl::setDevicePin(const std::string &pin)
{
clearStatus();