fixed typo

This commit is contained in:
orignal
2026-02-06 15:15:42 -05:00
parent 9080fcfa4d
commit a34e699c0e
+1 -1
View File
@@ -1332,7 +1332,7 @@ namespace transport
auto it = m_BanList.find (addr);
if (it != m_BanList.end ())
{
if (it->second < i2p::util::GetMonotonicSeconds ())
if (it->second > i2p::util::GetMonotonicSeconds ())
return true;
else
m_BanList.erase (it);