Commit 0da03f0a by guanchen

修改最小金额

parent 33b6d4b1
......@@ -66,7 +66,7 @@ public class Constants {
/**
* 最小奖励金额 小于此不写入
*/
public static final BigDecimal MIN_REWARD = new BigDecimal("0.00000001");
public static final BigDecimal MIN_REWARD = new BigDecimal("0.000001");
static {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment