|
|
@@ -81,6 +81,7 @@ func DealWithdrawalAndDestroy(session *xorm.Session, feeMap md.DealWithdrawalFee |
|
|
|
return |
|
|
|
} |
|
|
|
resp.TransferOut = transferOut |
|
|
|
resp.Price = nowValue |
|
|
|
resp.TransferOutValue, _ = decimal.NewFromFloat(transferOut).Mul(decimal.NewFromFloat(nowValue)).Float64() |
|
|
|
resp.AmountOut, _ = transferOutValue.Mul(decimal.NewFromFloat(nowValue)).Float64() |
|
|
|
resp.DestroyValue, _ = destroyValue.Float64() |
|
|
|