Commit 6ea027d7 authored by pengjun's avatar pengjun

#627 update fee

parent df072618
......@@ -680,7 +680,7 @@ func (action *Action) CollateralizeRepay(repay *pty.CollateralizeRepay) (*types.
}
// 借贷金额+利息
fee := (borrowRecord.DebtValue * coll.StabilityFeeRatio) / 1e4
fee := ((borrowRecord.DebtValue * coll.StabilityFeeRatio) / 1e8) * 1e4
realRepay := borrowRecord.DebtValue + fee
// 检查
......
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