mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 14:23:31 -08:00
wallet: fix --generate-from-json using wrong password
This commit is contained in:
@@ -221,6 +221,10 @@ namespace tools
|
||||
: m_password(std::move(password))
|
||||
{
|
||||
}
|
||||
password_container::password_container(const epee::wipeable_string& password) noexcept
|
||||
: m_password(password)
|
||||
{
|
||||
}
|
||||
|
||||
password_container::~password_container() noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user