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

Merge pull request #1937 from jagerman/print-snode-addr-on-startup

Show router pubkey at startup
This commit is contained in:
majestrate 2022-06-15 21:07:34 -04:00 committed by GitHub
commit 2e0822889a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)