Browse Source

fixed typo

pull/2094/head
orignal 2 months ago
parent
commit
4a66624b04
  1. 2
      libi2pd_client/I2CP.cpp

2
libi2pd_client/I2CP.cpp

@ -234,7 +234,7 @@ namespace client
else else
remoteSession->SetSharedRoutingPath (nullptr); remoteSession->SetSharedRoutingPath (nullptr);
} }
m_Owner->AddRoutingSession (remote->GetIdentity ()->GetStandardIdentity ().signingKey - 96, remoteSession); // last 32 bytes m_Owner->AddRoutingSession (remote->GetIdentity ()->GetStandardIdentity ().signingKey + 96, remoteSession); // last 32 bytes
return SendMsg (garlic, outboundTunnel, remoteLease); return SendMsg (garlic, outboundTunnel, remoteLease);
} }

Loading…
Cancel
Save