mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
🐛 how did this bug go unnoticed for so long
This commit is contained in:
parent
dda98f346e
commit
4a41cb1ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ void Log::AddTrans(const std::string &counterparty_str, bool receiving, uint32_t
|
|||
|
||||
if (data.size() == MAX_LOG_SIZE)
|
||||
{
|
||||
data.pop_back();
|
||||
data.pop_front();
|
||||
}
|
||||
data.emplace_back(counterparty_str, receiving, amount, time);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue