mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-28 06:50:38 +01:00
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
This commit is contained in:
@@ -503,8 +503,6 @@ private:
|
|||||||
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);
|
||||||
|
|
||||||
bool SetCrypted();
|
|
||||||
|
|
||||||
//! keeps track of whether Unlock has run a thorough check before
|
//! keeps track of whether Unlock has run a thorough check before
|
||||||
bool m_decryption_thoroughly_checked = false;
|
bool m_decryption_thoroughly_checked = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user