mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Fix typos
This commit is contained in:
committed by
GitHub
parent
ef0fb48f1f
commit
6a497a23d9
@@ -212,7 +212,7 @@ namespace transport
|
||||
}
|
||||
if (headerSize >= len)
|
||||
{
|
||||
LogPrint (eLogError, "Session reaquest header size ", headerSize, " exceeds packet length ", len);
|
||||
LogPrint (eLogError, "Session request header size ", headerSize, " exceeds packet length ", len);
|
||||
return;
|
||||
}
|
||||
m_RemoteEndpoint = senderEndpoint;
|
||||
@@ -1097,7 +1097,7 @@ namespace transport
|
||||
// intro key
|
||||
if (toAddress)
|
||||
{
|
||||
// send our intro key to address instead it's own
|
||||
// send our intro key to address instead of its own
|
||||
auto addr = i2p::context.GetRouterInfo ().GetSSUAddress ();
|
||||
if (addr)
|
||||
memcpy (payload, addr->ssu->key, 32); // intro key
|
||||
|
||||
Reference in New Issue
Block a user