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

make dht work again ._.

This commit is contained in:
Jeff Becker 2019-02-20 08:28:35 -05:00
parent f67ffaf900
commit ee95c1ed0c
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -65,7 +65,7 @@ namespace llarp
bool
Empty() const
{
return ToString().empty();
return data()[0] == 0;
}
using Hash = AlignedBuffer< SIZE >::Hash;