Skip to content

Commit 89b1ce1

Browse files
committed
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
1 parent b9073c8 commit 89b1ce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/scriptpubkeyman.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,6 @@ class DescriptorScriptPubKeyMan : public ScriptPubKeyMan
503503
KeyMap m_map_keys GUARDED_BY(cs_desc_man);
504504
CryptedKeyMap m_map_crypted_keys GUARDED_BY(cs_desc_man);
505505

506-
bool SetCrypted();
507-
508506
//! keeps track of whether Unlock has run a thorough check before
509507
bool m_decryption_thoroughly_checked = false;
510508

0 commit comments

Comments
 (0)