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(
|
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);}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user