Compare commits

...

2 Commits

Author SHA1 Message Date
Dimitris Apostolou
b5fd4a5775 Merge 75e8e04614 into 5ff52e6c93 2025-02-08 15:10:02 +02:00
Dimitris Apostolou
75e8e04614 fix typo 2025-01-30 12:37:09 +02:00

View File

@@ -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: