diff options
author | John Newbery <john@johnnewbery.com> | 2020-10-23 10:20:48 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2021-03-20 10:24:40 +0000 |
commit | bcd7f30b7944892db7ae37069175804567bb0cdf (patch) | |
tree | 78d3a15c0ebd5523701ab2edd4022217f41df6fb /src/net.h | |
parent | 8073673dbcb2744fcc9c011edf2d61388ca929cd (diff) |
[net] remove CConnman::MarkAddressGood
It just forwards calls to CAddrMan::Good.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -921,7 +921,6 @@ public: }; // Addrman functions - void MarkAddressGood(const CAddress& addr); bool AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0); std::vector<CAddress> GetAddresses(size_t max_addresses, size_t max_pct); /** |