Added a quick comment.

This commit is contained in:
Sowmayjain 2018-10-31 17:41:27 +05:30
parent fb998d5a04
commit 61d4b6ee44

View File

@ -139,8 +139,8 @@ contract RepayLoan is IssueLoan {
function repay( function repay(
uint daiWipe, uint daiWipe,
uint ethFree, uint ethFree,
uint mkrFees, uint mkrFees, // either this...
uint feeMinConRate uint feeMinConRate // or this is 0
) public payable ) public payable
{ {
if (daiWipe > 0) {wipeDAI(daiWipe, mkrFees, feeMinConRate);} if (daiWipe > 0) {wipeDAI(daiWipe, mkrFees, feeMinConRate);}