mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-23 15:22:46 +02:00
Move IsPeerAddrLocalGood() declaration from header to implementation
This commit is contained in:
parent
4a1aae6749
commit
deccf1c484
@ -223,7 +223,7 @@ static int GetnScore(const CService& addr)
|
||||
}
|
||||
|
||||
// Is our peer's addrLocal potentially useful as an external IP source?
|
||||
bool IsPeerAddrLocalGood(CNode *pnode)
|
||||
[[nodiscard]] static bool IsPeerAddrLocalGood(CNode *pnode)
|
||||
{
|
||||
CService addrLocal = pnode->GetAddrLocal();
|
||||
return fDiscover && pnode->addr.IsRoutable() && addrLocal.IsRoutable() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user