File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ class WalletImpl : public Wallet
180
180
}
181
181
return result;
182
182
}
183
- void learnRelatedScripts (const CPubKey& key, OutputType type) override { m_wallet->GetLegacyScriptPubKeyMan ()->LearnRelatedScripts (key, type); }
184
183
bool addDestData (const CTxDestination& dest, const std::string& key, const std::string& value) override
185
184
{
186
185
LOCK (m_wallet->cs_wallet );
Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ class Wallet
108
108
// ! Get wallet address list.
109
109
virtual std::vector<WalletAddress> getAddresses () = 0;
110
110
111
- // ! Add scripts to key store so old so software versions opening the wallet
112
- // ! database can detect payments to newer address types.
113
- virtual void learnRelatedScripts (const CPubKey& key, OutputType type) = 0;
114
-
115
111
// ! Add dest data.
116
112
virtual bool addDestData (const CTxDestination& dest, const std::string& key, const std::string& value) = 0;
117
113
You can’t perform that action at this time.
0 commit comments