diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-05 21:10:12 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-05 21:10:12 +0000 |
commit | fef2493617cf8a40564e930da7897c9ff9bd2742 (patch) | |
tree | 356d2de06659f063a24ec2e4ede1e752794b5447 /src/wallet | |
parent | Merge pull request #518 (diff) | |
download | monero-fef2493617cf8a40564e930da7897c9ff9bd2742.tar.xz |
wallet: default auto-refresh to true for old wallets
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index b189f975c..57c3ab7ee 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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 { |