mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Fixed bug
This commit is contained in:
parent
136771e320
commit
a3c0046551
|
@ -86,7 +86,7 @@ contract DydxFlashloaner is ICallee, DydxFlashloanBase, DSMath, Helper {
|
|||
Actions.ActionArgs[] memory operations = new Actions.ActionArgs[](3);
|
||||
|
||||
operations[0] = _getWithdrawAction(marketId, _amount);
|
||||
operations[1] = _getCallAction(encodeDsaAddr(data));
|
||||
operations[1] = _getCallAction(encodeDsaAddr(msg.sender, data));
|
||||
operations[2] = _getDepositAction(marketId, _amount + 2);
|
||||
|
||||
Account.Info[] memory accountInfos = new Account.Info[](1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user