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
e6539e089a
commit
9b366f95e6
|
@ -223,7 +223,12 @@ contract Protocols is Registry {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
emit MakerLoan(msg.sender, lockETH, loanDAI, feeDeduct);
|
emit MakerLoan(
|
||||||
|
msg.sender,
|
||||||
|
lockETH,
|
||||||
|
loanDAI,
|
||||||
|
feeDeduct
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user