Browse Source

更新

tags/v4.3.1
huangjiajun 1 year ago
parent
commit
bdb82d78c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/comm_plan/all.go

+ 1
- 1
lib/comm_plan/all.go View File

@@ -53,7 +53,7 @@ func CalReturnAmountAndRatio(level, ownbuyReturnType, peerNum int, userType stri
amountList[i].Val = 0
}
}
commission = zhios_order_relate_utils.FloatFormat(commission, 2)
commission = zhios_order_relate_utils.FloatFormat(commission, 3)

for i, coin := range amountList {
amountList[i].Val = zhios_order_relate_utils.FloatFormat(coin.Val, 6)


Loading…
Cancel
Save