mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
This commit is contained in:
parent
b9073c8f13
commit
89b1ce1140
1 changed files with 0 additions and 2 deletions
|
@ -503,8 +503,6 @@ private:
|
|||
KeyMap m_map_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
|
||||
bool m_decryption_thoroughly_checked = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue