Show router pubkey at startup

pull/1937/head
Jason Rhinelander 2 years ago
parent 85cf2dad10
commit 3cd699fa7f
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -345,7 +345,8 @@ namespace llarp
try
{
_identity = RpcClient()->ObtainIdentityKey();
LogWarn("Obtained lokid identity keys");
const RouterID pk{pubkey()};
LogWarn("Obtained lokid identity key: ", pk);
break;
}
catch (const std::exception& e)

Loading…
Cancel
Save