mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 fixed Log method
This commit is contained in:
parent
e5e909f4b6
commit
e241de3cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
for (uint32_t i = 0; i > u.log.data.size(); --i)
|
||||
for (uint32_t i = 0; i < u.log.data.size(); ++i)
|
||||
{
|
||||
if (!u.log.data[i].amount)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue