mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
wallet: fix --generate-from-keys saving as watch only
This commit is contained in:
parent
2b57845766
commit
878ab5d896
@ -1214,7 +1214,7 @@ void wallet2::generate(const std::string& wallet_, const std::string& password,
|
||||
m_account_public_address = account_public_address;
|
||||
m_watch_only = false;
|
||||
|
||||
bool r = store_keys(m_keys_file, password, true);
|
||||
bool r = store_keys(m_keys_file, password, false);
|
||||
THROW_WALLET_EXCEPTION_IF(!r, error::file_save_error, m_keys_file);
|
||||
|
||||
r = file_io_utils::save_string_to_file(m_wallet_file + ".address.txt", m_account.get_public_address_str(m_testnet));
|
||||
|
Loading…
Reference in New Issue
Block a user