diff options
author | Jon Atack <jon@atack.com> | 2023-07-13 13:01:54 -0600 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2023-07-19 11:48:49 -0600 |
commit | deccf1c4848620cfff2a9642c5a6b5acdfbc33bd (patch) | |
tree | add5e83ef692b343ee41c521eccd6460e28a7f8a /src/net.h | |
parent | 4a1aae67498ff8e9aa7ce97fef70b973c604f892 (diff) |
Move IsPeerAddrLocalGood() declaration from header to implementation
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -145,7 +145,6 @@ enum LOCAL_MAX }; -bool IsPeerAddrLocalGood(CNode *pnode); /** Returns a local address that we should advertise to this peer. */ std::optional<CService> GetLocalAddrForPeer(CNode& node); |