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

@ -123,7 +123,7 @@ namespace i2p
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) { return false; }; // not implemented
private: