mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 17:20:18 -04:00
fix issue 9943: cli using wrong filename for storing keys
This commit is contained in:
parent
df76543369
commit
273d368aac
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ bool simple_wallet::change_password(const std::vector<std::string> &args)
|
|||
|
||||
try
|
||||
{
|
||||
m_wallet->change_password(m_wallet_file, orig_pwd_container->password(), pwd_container->password());
|
||||
m_wallet->change_password(m_wallet->get_wallet_file(), orig_pwd_container->password(), pwd_container->password());
|
||||
}
|
||||
catch (const tools::error::wallet_logic_error& e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue