From dcb1233b0d5478f2f544a99cf24314155e711050 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 3 Feb 2017 23:54:02 -0800 Subject: Slight refactor to RENEDEZVOUS sending code for federation. --- node/Peer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Peer.cpp') diff --git a/node/Peer.cpp b/node/Peer.cpp index 50135b9f..129c2437 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -446,7 +446,7 @@ void Peer::resetWithinScope(InetAddress::IpScope scope,int inetAddressFamily,uin } } -void Peer::getBestActiveAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const +void Peer::getRendezvousAddresses(uint64_t now,InetAddress &v4,InetAddress &v6) const { Mutex::Lock _l(_paths_m); -- cgit v1.2.3