mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Cleanup: Drop unused GUI learnRelatedScripts method
This commit does not change behavior.
This commit is contained in:
@@ -108,10 +108,6 @@ public:
|
||||
//! Get wallet address list.
|
||||
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.
|
||||
virtual bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user