mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Cleanup: Drop unused GUI learnRelatedScripts method
This commit does not change behavior.
This commit is contained in:
@@ -180,7 +180,6 @@ public:
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
void learnRelatedScripts(const CPubKey& key, OutputType type) override { m_wallet->GetLegacyScriptPubKeyMan()->LearnRelatedScripts(key, type); }
|
|
||||||
bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) override
|
bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) override
|
||||||
{
|
{
|
||||||
LOCK(m_wallet->cs_wallet);
|
LOCK(m_wallet->cs_wallet);
|
||||||
|
|||||||
@@ -108,10 +108,6 @@ public:
|
|||||||
//! Get wallet address list.
|
//! Get wallet address list.
|
||||||
virtual std::vector<WalletAddress> getAddresses() = 0;
|
virtual std::vector<WalletAddress> getAddresses() = 0;
|
||||||
|
|
||||||
//! Add scripts to key store so old so software versions opening the wallet
|
|
||||||
//! database can detect payments to newer address types.
|
|
||||||
virtual void learnRelatedScripts(const CPubKey& key, OutputType type) = 0;
|
|
||||||
|
|
||||||
//! Add dest data.
|
//! Add dest data.
|
||||||
virtual bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) = 0;
|
virtual bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user