wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized after construction

This commit is contained in:
practicalswift 2020-04-27 14:20:00 +00:00
parent eef90c14ed
commit ff046aeeba

View file

@ -497,7 +497,7 @@ private:
int32_t m_max_cached_index = -1;
OutputType m_address_type;
bool m_internal;
bool m_internal = false;
KeyMap m_map_keys GUARDED_BY(cs_desc_man);
CryptedKeyMap m_map_crypted_keys GUARDED_BY(cs_desc_man);