TunnelPool: uncomment ECIES tunnel peer selection

This commit is contained in:
dr|z3d 2021-09-05 13:11:26 +00:00
parent 2caffa56e8
commit ab0113e53f

View file

@ -469,7 +469,7 @@ namespace tunnel
{
LogPrint (eLogInfo, "Tunnels: No suitable peer found for first hop, trying existing connections");
hop = i2p::transport::transports.GetRandomPeer ();
//if (!hop->IsECIES ()) hop = nullptr;
if (!hop->IsECIES ()) hop = nullptr;
}
if (!hop)
{