From f423cafd9adfa10be2f69d8dbf2bd578c5ec3833 Mon Sep 17 00:00:00 2001 From: Samyak Jain <34437877+KaymasJain@users.noreply.github.com> Date: Thu, 15 Apr 2021 04:21:55 +0530 Subject: [PATCH] use .call to interact with migration contract --- contracts/liquidity.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/liquidity.sol b/contracts/liquidity.sol index b904d93..6d85ae5 100644 --- a/contracts/liquidity.sol +++ b/contracts/liquidity.sol @@ -271,6 +271,7 @@ contract Setup { contract DydxFlashloaner is Setup, ICallee, DydxFlashloanBase, DSMath { using SafeERC20 for IERC20; + // TODO: Change the migration call to .call so we can update the settle function later with flashloan function callFunction( address sender, Account.Info memory account,