From 46dfb99768e7d03a3cf552812d5b41ceaebc06be Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Wed, 10 Jul 2019 16:02:43 -0400 Subject: Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet file --- src/wallet/scriptpubkeyman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/scriptpubkeyman.h') diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index 8da6757de0..adbd207278 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -503,6 +503,8 @@ private: //! keeps track of whether Unlock has run a thorough check before bool m_decryption_thoroughly_checked = false; + + bool AddDescriptorKeyWithDB(WalletBatch& batch, const CKey& key, const CPubKey &pubkey); public: DescriptorScriptPubKeyMan(WalletStorage& storage, WalletDescriptor& descriptor) : ScriptPubKeyMan(storage), -- cgit v1.2.3