mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 fix
This commit is contained in:
parent
7a06d8bf5a
commit
ba30269104
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public:
|
|||
return state;
|
||||
}
|
||||
|
||||
int_fast64_t GetBal(const std::string &name) const
|
||||
Json::Value::asInt64 GetBal(const std::string &name) const
|
||||
{
|
||||
int_fast64_t res = -1;
|
||||
users.if_contains(name, [&res](const User &u) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue