update introset if we have no good paths

pull/129/head
Jeff Becker 6 years ago
parent f58c63547d
commit d3348e8721
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1292,6 +1292,10 @@ namespace llarp
{
SwapIntros();
}
else
{
UpdateIntroSet(false);
}
return shiftedIntro;
}

Loading…
Cancel
Save