mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
refactor: use ForEachAddrBookEntry in interfaces::getAddresses
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
std::string* purpose) = 0;
|
||||
|
||||
//! Get wallet address list.
|
||||
virtual std::vector<WalletAddress> getAddresses() = 0;
|
||||
virtual std::vector<WalletAddress> getAddresses() const = 0;
|
||||
|
||||
//! Get receive requests.
|
||||
virtual std::vector<std::string> getAddressReceiveRequests() = 0;
|
||||
|
||||
Reference in New Issue
Block a user