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

Show router pubkey at startup
pull/1943/head
majestrate 2 years ago committed by GitHub
commit 2e0822889a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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