mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Fixed standard error.
This commit is contained in:
parent
b27c1d5881
commit
19c66304a8
|
@ -120,7 +120,8 @@ contract RepayLoan is IssueLoan {
|
|||
uint daiWipe,
|
||||
uint mkrFees,
|
||||
uint ethFree
|
||||
) public {
|
||||
) public
|
||||
{
|
||||
if (daiWipe > 0) {wipeDAI(daiWipe, mkrFees);}
|
||||
if (ethFree > 0) {unlockETH(ethFree);}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user