Compare commits

..

1 Commits

Author SHA1 Message Date
Dimitris Apostolou
903dfb033d Merge ff0b6a6a6a into ea279ef45a 2025-02-08 20:52:54 +00: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 available
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not avaiable
const std::unique_ptr<TunnelTransportSender>& GetSender () const { return m_Sender; };
private: