Merge pull request #293 from majestrate/staging

unbreak build
pull/298/head
Jeff 5 years ago committed by GitHub
commit 450b354b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ namespace llarp
// get newest introset
if(valuesFound.size() > 1)
{
IntroSet found;
llarp::service::IntroSet found;
for(const auto & introset : valuesFound)
if(found.OtherIsNewer(introset))
found = introset;

Loading…
Cancel
Save