pull/830/head
Jeff Becker 5 years ago
parent 3c0245f8b3
commit bcf9135da6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -214,8 +214,12 @@ namespace llarp
if(s && s->IsEstablished() && isOutbound && !got)
{
const RouterContact rc = s->GetRemoteRC();
#ifdef TESTNET
if(got || exclude.count(rc.pubkey))
#else
if(got || exclude.count(rc.pubkey)
|| m_router->IsBootstrapNode(rc.pubkey))
#endif
return;
cur = rc;
got = true;

Loading…
Cancel
Save