This commit is contained in:
EntireTwix 2021-04-07 00:16:42 -07:00
parent 7a06d8bf5a
commit ba30269104

View file

@ -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) {