Show router pubkey at startup

This commit is contained in:
Jason Rhinelander 2022-06-15 21:23:15 -03:00
parent 85cf2dad10
commit 3cd699fa7f
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 2 additions and 1 deletions

View File

@ -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)