mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 13:24:22 +01:00
wallet: default auto-refresh to true for old wallets
This commit is contained in:
@@ -896,6 +896,7 @@ void wallet2::load_keys(const std::string& keys_file_name, const std::string& pa
|
|||||||
m_watch_only = false;
|
m_watch_only = false;
|
||||||
m_always_confirm_transfers = false;
|
m_always_confirm_transfers = false;
|
||||||
m_default_mixin = 0;
|
m_default_mixin = 0;
|
||||||
|
m_auto_refresh = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user