This commit is contained in:
Dimitris Apostolou 2025-01-30 12:37:09 +02:00
parent 60d3e4d963
commit 75e8e04614
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A

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: