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

fix previous commit

This commit is contained in:
Jeff Becker 2018-11-14 14:53:31 -05:00
parent 0b63a7d66e
commit 08114da285
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -23,8 +23,7 @@ namespace llarp
virtual std::string
Name() const override;
bool
ShouldBuildMore(llarp_time_t now) const
bool ShouldBuildMore(llarp_time_t) const
{
return false;
}