mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
s and i keys for all addresses
This commit is contained in:
@@ -21,8 +21,7 @@ namespace transport
|
||||
if (in_RemoteRouter && addr)
|
||||
{
|
||||
// outgoing
|
||||
if (addr->ntcp2) // TODO: should be SSU
|
||||
InitNoiseXKState1 (*m_NoiseState, addr->ntcp2->staticKey);
|
||||
InitNoiseXKState1 (*m_NoiseState, addr->s);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user