1
0
Fork 0
forked from lthn/blockchain

forgotten line

This commit is contained in:
sowle 2025-05-22 00:26:16 +03:00
parent 0b7a8a89bd
commit ec35462267
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -120,6 +120,7 @@ namespace epee
{
most_recent_accessed.erase(it->second.second);
most_recent_accessed.push_front(k);
it->second.first = v;
it->second.second = most_recent_accessed.begin();
}