mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-12 20:36: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 (!i2p::data::CheckStaticKey(address->s, (*m_RouterIdentity).GetIdentHash()))
|
||||
if (!i2p::data::CheckStaticKey(address->s, GetIdentHash()))
|
||||
continue; // skip address
|
||||
|
||||
if (address->transportStyle == eTransportNTCP2)
|
||||
|
|
Loading…
Add table
Reference in a new issue