diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 302777f84..79a217f16 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -1352,8 +1352,8 @@ UniValue PricesInfo(uint256 bettxid, int32_t refheight) int64_t liqprice; if (leverage != 0) {// prevent zero div liqprice = costbasis - costbasis / leverage; - liqprice /= PRICES_POINTFACTOR; - liqprice *= PRICES_POINTFACTOR; // last posiitons should be == 0000 + //liqprice /= PRICES_POINTFACTOR; + //liqprice *= PRICES_POINTFACTOR; // last posiitons should be == 0000 } else liqprice = 0;