diff --git a/contracts/protocols/MoatMaker.sol b/contracts/protocols/MoatMaker.sol index 78abbaa..517c1e8 100644 --- a/contracts/protocols/MoatMaker.sol +++ b/contracts/protocols/MoatMaker.sol @@ -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);}