l2_data_util.py
@@ -49,8 +49,8 @@ if limit_up_price > 3.0: return min(299 * 10000, round(limit_up_price * 7999 * 100)) else: max_money = limit_up_price * 10000 return max_money * 0.95 max_money = limit_up_price * 10000 * 100 return int(max_money * 0.95) # if int(val["num"]) >= constant.BIG_MONEY_NUM: