don't pass from to HandleI2NPMessage

This commit is contained in:
orignal 2020-01-07 15:20:55 -05:00
parent 4afef91359
commit 0007f304d0
6 changed files with 11 additions and 11 deletions

View file

@ -131,7 +131,7 @@ namespace client
protected:
// implements GarlicDestination
void HandleI2NPMessage (const uint8_t * buf, size_t len, std::shared_ptr<i2p::tunnel::InboundTunnel> from);
void HandleI2NPMessage (const uint8_t * buf, size_t len);
bool HandleCloveI2NPMessage (uint8_t typeID, const uint8_t * payload, size_t len);
void SetLeaseSet (std::shared_ptr<const i2p::data::LocalLeaseSet> newLeaseSet);