wallet: default auto-refresh to true for old wallets

This commit is contained in:
moneromooo-monero 2015-12-05 21:10:12 +00:00
parent 0252ffc37b
commit fef2493617
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -896,6 +896,7 @@ void wallet2::load_keys(const std::string& keys_file_name, const std::string& pa
m_watch_only = false;
m_always_confirm_transfers = false;
m_default_mixin = 0;
m_auto_refresh = true;
}
else
{