mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-08 14:41:29 +00:00
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized after construction
This commit is contained in:
parent
eef90c14ed
commit
ff046aeeba
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user