Skip to content

Commit

Permalink
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed May 5, 2020
1 parent b9073c8 commit 89b1ce1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wallet/scriptpubkeyman.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ class DescriptorScriptPubKeyMan : public ScriptPubKeyMan
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;

Expand Down

0 comments on commit 89b1ce1

Please sign in to comment.