mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-06 05:32:08 +02:00
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized after construction
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user