mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
fix unit test
This commit is contained in:
parent
cd27b33849
commit
a9331a1431
@ -26,7 +26,7 @@ namespace llarp
|
|||||||
for(const auto &pk : valuesFound)
|
for(const auto &pk : valuesFound)
|
||||||
{
|
{
|
||||||
// lookup router
|
// lookup router
|
||||||
if(router->nodedb()->Has(pk))
|
if(router and router->nodedb()->Has(pk))
|
||||||
continue;
|
continue;
|
||||||
parent->LookupRouter(
|
parent->LookupRouter(
|
||||||
pk,
|
pk,
|
||||||
|
Loading…
Reference in New Issue
Block a user