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(
uint daiWipe,
uint ethFree,
uint mkrFees,
uint feeMinConRate
uint mkrFees, // either this...
uint feeMinConRate // or this is 0
) public payable
{
if (daiWipe > 0) {wipeDAI(daiWipe, mkrFees, feeMinConRate);}