mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 09:31:28 +09:00
wallet2: fix use of uninitialized data
This commit is contained in:
parent
1cc7451130
commit
14c2981469
@ -595,6 +595,7 @@ wallet2::wallet2(bool testnet, bool restricted):
|
|||||||
m_min_output_value(0),
|
m_min_output_value(0),
|
||||||
m_merge_destinations(false),
|
m_merge_destinations(false),
|
||||||
m_confirm_backlog(true),
|
m_confirm_backlog(true),
|
||||||
|
m_confirm_backlog_threshold(0),
|
||||||
m_is_initialized(false),
|
m_is_initialized(false),
|
||||||
m_restricted(restricted),
|
m_restricted(restricted),
|
||||||
is_old_file_format(false),
|
is_old_file_format(false),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user