1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-09 16:41:04 +00:00

fix incorrect merge conflict resolve

This commit is contained in:
weko 2023-05-05 21:55:31 +00:00
parent 7646147ed2
commit 8fcab7b0c1

View File

@ -363,11 +363,7 @@ namespace data
if (!s) return;
}
<<<<<<< HEAD
if ((address->s[31] & 0x80) || !i2p::data::CheckStaticKey(address->s, GetIdentHash()))
=======
if (!i2p::data::CheckStaticKey(address->s, GetIdentHash()))
>>>>>>> 146e446b (save only non-default peer profile)
continue; // skip address
if (address->transportStyle == eTransportNTCP2)