corr equity compare

This commit is contained in:
dimxy
2019-04-25 16:16:18 +05:00
parent 1c219dbf67
commit 10447109dd

View File

@@ -1291,7 +1291,7 @@ UniValue PricesInfo(uint256 bettxid, int32_t refheight)
}
int64_t equity = totalbet + totalprofits;
if (!equity < 0)
if (equity >= 0)
result.push_back(Pair("rekt", 0));
else
{