fix unit test

pull/1087/head
Jeff Becker 4 years ago
parent cd27b33849
commit a9331a1431
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -26,7 +26,7 @@ namespace llarp
for(const auto &pk : valuesFound)
{
// lookup router
if(router->nodedb()->Has(pk))
if(router and router->nodedb()->Has(pk))
continue;
parent->LookupRouter(
pk,

Loading…
Cancel
Save