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

make format

This commit is contained in:
Jeff Becker 2020-03-01 11:20:11 -05:00
parent dd21cba1fe
commit b4a59a0b1a
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -56,7 +56,7 @@ namespace llarp
llarp_dht_context *ctx,
std::vector< std::unique_ptr< IMessage > > &replies) const
{
const auto now = ctx->impl->Now();
const auto now = ctx->impl->Now();
const auto keyStr = introset.derivedSigningKey.ToHex();
auto &dht = *ctx->impl;