Merge pull request #2962

14c29814 wallet2: fix use of uninitialized data (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-02 00:30:01 +02:00
commit ee02c7ab03
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ wallet2::wallet2(bool testnet, bool restricted):
m_min_output_value(0),
m_merge_destinations(false),
m_confirm_backlog(true),
m_confirm_backlog_threshold(0),
m_is_initialized(false),
m_restricted(restricted),
is_old_file_format(false),