aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-10-23 10:20:48 +0100
committerJohn Newbery <john@johnnewbery.com>2021-03-20 10:24:40 +0000
commitbcd7f30b7944892db7ae37069175804567bb0cdf (patch)
tree78d3a15c0ebd5523701ab2edd4022217f41df6fb /src/net.h
parent8073673dbcb2744fcc9c011edf2d61388ca929cd (diff)
downloadbitcoin-bcd7f30b7944892db7ae37069175804567bb0cdf.tar.xz
[net] remove CConnman::MarkAddressGood
It just forwards calls to CAddrMan::Good.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 0e4790a226..f2add667d2 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);
/**