pull/173/head
Jeff Becker 6 years ago
parent e7f5eeff51
commit 5e8bd2fc21
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -225,7 +225,7 @@ namespace llarp
peer.SetObject();
abyss::json::Value ident_val, addr_val;
auto ident = session->GetPubKey().ToHex();
auto ident = RouterID(session->GetPubKey()).ToString();
ident_val.SetString(ident.c_str(), alloc);
auto addr = session->GetRemoteEndpoint().ToString();

Loading…
Cancel
Save