mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Added a quick comment.
This commit is contained in:
parent
fb998d5a04
commit
61d4b6ee44
|
@ -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);}
|
||||
|
|
Loading…
Reference in New Issue
Block a user