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,