mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
use .call to interact with migration contract
This commit is contained in:
parent
d9e2ac71f1
commit
f423cafd9a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user