update SSU2 introducers if Firewalled

This commit is contained in:
orignal 2022-07-20 21:55:48 -04:00
parent 4a3e481a83
commit ea0ed9e844
4 changed files with 108 additions and 5 deletions

View file

@ -1321,7 +1321,7 @@ namespace data
size_t len = address.IsSSU2 () ? 32 : 16;
WriteString (address.i.ToBase64 (len), properties); properties << ';';
}
if (address.transportStyle == eTransportSSU || (address.IsSSU2 () && isPublished))
if (address.transportStyle == eTransportSSU || address.IsSSU2 ())
{
// write introducers if any
if (address.ssu && !address.ssu->introducers.empty())