[peertest] fixed ssu2 router exclusion

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-07-27 13:38:28 +03:00
parent fdeb884fe5
commit 991e37d0bf
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -721,12 +721,12 @@ namespace transport
if (i2p::context.GetStatusV6 () != eRouterStatusTesting) if (i2p::context.GetStatusV6 () != eRouterStatusTesting)
i2p::context.SetStatusV6SSU2 (eRouterStatusTesting); i2p::context.SetStatusV6SSU2 (eRouterStatusTesting);
m_SSU2Server->StartPeerTest (router, false); m_SSU2Server->StartPeerTest (router, false);
}
excluded.insert (router->GetIdentHash ()); excluded.insert (router->GetIdentHash ());
} }
} }
} }
} }
}
std::shared_ptr<i2p::crypto::X25519Keys> Transports::GetNextX25519KeysPair () std::shared_ptr<i2p::crypto::X25519Keys> Transports::GetNextX25519KeysPair ()
{ {