This commit is contained in:
Dimitris Apostolou 2025-02-08 22:58:51 +02:00
parent 60d3e4d963
commit 3eb083dffd
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: