mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized after construction
This commit is contained in:
parent
eef90c14ed
commit
ff046aeeba
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ private:
|
||||||
int32_t m_max_cached_index = -1;
|
int32_t m_max_cached_index = -1;
|
||||||
|
|
||||||
OutputType m_address_type;
|
OutputType m_address_type;
|
||||||
bool m_internal;
|
bool m_internal = false;
|
||||||
|
|
||||||
KeyMap m_map_keys GUARDED_BY(cs_desc_man);
|
KeyMap m_map_keys GUARDED_BY(cs_desc_man);
|
||||||
CryptedKeyMap m_map_crypted_keys GUARDED_BY(cs_desc_man);
|
CryptedKeyMap m_map_crypted_keys GUARDED_BY(cs_desc_man);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue