removed some SSU1 code

This commit is contained in:
orignal 2023-03-01 22:05:24 -05:00
parent f2729b3efe
commit 1b921a2eac
3 changed files with 3 additions and 12 deletions

View file

@ -1017,7 +1017,6 @@ namespace transport
i2p::data::RouterInfo::Introducer introducer;
introducer.iTag = it->GetRelayTag ();
introducer.iH = it->GetRemoteIdentity ()->GetIdentHash ();
introducer.isH = true;
introducer.iExp = it->GetCreationTime () + SSU2_TO_INTRODUCER_SESSION_EXPIRATION;
excluded.insert (it->GetRemoteIdentity ()->GetIdentHash ());
if (i2p::context.AddSSU2Introducer (introducer, v4))