Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan

This commit is contained in:
Andrew Chow 2020-04-27 14:26:25 -04:00
parent b9073c8f13
commit 89b1ce1140

View file

@ -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;