mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
convert pubKey to RouterID
This commit is contained in:
parent
6e4e6c997e
commit
f1ff247240
@ -1231,7 +1231,8 @@ namespace llarp
|
||||
{
|
||||
if(lokinetRouters.find(rc.pubkey) == lokinetRouters.end())
|
||||
{
|
||||
LogInfo(rc.pubkey, " is NOT a valid service node, rejecting");
|
||||
RouterID sn(rc.pubkey);
|
||||
LogInfo(sn, " is NOT a valid service node, rejecting");
|
||||
link->CloseSessionTo(rc.pubkey);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user