mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-14 16:50:17 +02:00
interfaces, gui: Remove is_mine output parameter from getAddress
The is_mine output parameter is never used by any callers.
This commit is contained in:
@@ -117,7 +117,6 @@ public:
|
||||
//! Look up address in wallet, return whether exists.
|
||||
virtual bool getAddress(const CTxDestination& dest,
|
||||
std::string* name,
|
||||
wallet::isminetype* is_mine,
|
||||
wallet::AddressPurpose* purpose) = 0;
|
||||
|
||||
//! Get wallet address list.
|
||||
|
||||
Reference in New Issue
Block a user