fixed error in reputation that prevented to account for delay after which banned identities are un-banned

This commit is contained in:
csoler 2021-02-02 12:35:17 +01:00
parent b5b490067b
commit 95e1073b8a

View file

@ -390,7 +390,7 @@ void p3GxsReputation::cleanup()
#ifdef DEBUG_REPUTATION #ifdef DEBUG_REPUTATION
std::cerr << " ID " << it->first << ": own is negative for more than " << mMaxPreventReloadBannedIds/86400 << " days. Reseting it!" << std::endl; std::cerr << " ID " << it->first << ": own is negative for more than " << mMaxPreventReloadBannedIds/86400 << " days. Reseting it!" << std::endl;
#endif #endif
mChanged = true ; should_delete = true;
} }
// Delete slots with basically no information // Delete slots with basically no information