mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03: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;
|
||||
|
||||
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…
Reference in a new issue