mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00:00
get indent hash directly
This commit is contained in:
parent
ec2297ed9d
commit
dab34e9051
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user