mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 return 0 for logs wasnt working
This commit is contained in:
parent
66f29b795f
commit
5f6a413923
1 changed files with 1 additions and 2 deletions
|
|
@ -217,10 +217,9 @@ public:
|
|||
res[99 - i]["from"] = l.data[i].from;
|
||||
res[99 - i]["amount"] = l.data[i].amount;
|
||||
}
|
||||
res = 1;
|
||||
})))
|
||||
{
|
||||
return -1;
|
||||
return -1 * users.contains(name);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue