get indent hash directly

This commit is contained in:
weko 2023-05-01 20:08:08 +00:00
parent ec2297ed9d
commit dab34e9051

View File

@ -363,7 +363,7 @@ namespace data
if (!s) return;
}
if (!i2p::data::CheckStaticKey(address->s, (*m_RouterIdentity).GetIdentHash()))
if (!i2p::data::CheckStaticKey(address->s, GetIdentHash()))
continue; // skip address
if (address->transportStyle == eTransportNTCP2)