forked from lthn/blockchain
fixed broken compilation
This commit is contained in:
parent
0e87eb69b5
commit
a2307d45fd
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ namespace misc_utils
|
|||
{
|
||||
while (m_expirations.size() && m_expirations.begin()->first < e)
|
||||
{
|
||||
m_map.erase(m_expirations.begin()->second)
|
||||
m_map.erase(m_expirations.begin()->second);
|
||||
m_expirations.erase(m_expirations.begin());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue