fixed typo

This commit is contained in:
orignal 2024-06-07 13:35:37 -04:00
parent df6d48dbae
commit 2f847d62bb

View File

@ -815,7 +815,7 @@ namespace transport
if (relayTag) break;
}
}
else if (i2p::data::IsRouterBanned (introducer.iH))
else if (!i2p::data::IsRouterBanned (introducer.iH))
newRouters.push_back (introducer.iH);
}
}