1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

forgot file

This commit is contained in:
Jeff Becker 2018-12-29 10:45:33 -05:00
parent 0ff214f43f
commit d5440066f4
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -33,10 +33,12 @@ namespace llarp
bool
HandleMessage(IMessageHandler*, llarp::Router* r) const override;
void
Clear() override
void
Clear() override
{
P.Zero();
T.Clear();
Y.Zero();
}
};