mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 json indexing
This commit is contained in:
parent
60901564f6
commit
4a62e7e0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (size_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)
|
if (!u.log.data[i].amount)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue