mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-11 07:34:16 +00:00
fix typo
This commit is contained in:
parent
ea279ef45a
commit
8a7c4040b6
@ -49,7 +49,7 @@ namespace tunnel
|
||||
void HandleDecryptedTunnelDataMsg (std::shared_ptr<I2NPMessage> msg);
|
||||
void FlushI2NPMsgs ();
|
||||
|
||||
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not avaiable
|
||||
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not available
|
||||
const std::unique_ptr<TunnelTransportSender>& GetSender () const { return m_Sender; };
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user