mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
get indent hash directly
This commit is contained in:
parent
ec2297ed9d
commit
dab34e9051
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ namespace data
|
||||||
if (!s) return;
|
if (!s) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!i2p::data::CheckStaticKey(address->s, (*m_RouterIdentity).GetIdentHash()))
|
if (!i2p::data::CheckStaticKey(address->s, GetIdentHash()))
|
||||||
continue; // skip address
|
continue; // skip address
|
||||||
|
|
||||||
if (address->transportStyle == eTransportNTCP2)
|
if (address->transportStyle == eTransportNTCP2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue