mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
fix rpc
This commit is contained in:
parent
e7f5eeff51
commit
5e8bd2fc21
@ -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…
Reference in New Issue
Block a user