diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-04-27 14:26:25 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-05-05 00:24:06 -0400 |
commit | 89b1ce1140535b4c902a7c5999bed335b9ddfe7c (patch) | |
tree | ce735653c362583aeedddb2271c53c77b7066f6a /src/wallet/scriptpubkeyman.h | |
parent | b9073c8f13fb0ba94c2ec6365666343e19fd9ddf (diff) |
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r-- | src/wallet/scriptpubkeyman.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index 4c002edf2d..5a03eb23c8 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -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; |