mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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…
Reference in New Issue
Block a user