use .call to interact with migration contract

This commit is contained in:
Samyak Jain 2021-04-15 04:21:55 +05:30
parent d9e2ac71f1
commit f423cafd9a

View File

@ -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,