mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Update contracts/liquidity.sol
This commit is contained in:
parent
8f7ced9b29
commit
f0b0c19698
|
@ -287,7 +287,7 @@ contract DydxFlashloaner is Setup, ICallee, DydxFlashloanBase, DSMath {
|
|||
|
||||
wethContract.transfer(address(migrationAddr), ethAmt);
|
||||
|
||||
Address.functionCall(address(migrationAddr), callData); // Failing here?? `revert Address: low-level call failed`
|
||||
Address.functionCall(address(migrationAddr), callData);
|
||||
}
|
||||
|
||||
function initiateFlashLoan(bytes memory data, uint ethAmt) external {
|
||||
|
|
Loading…
Reference in New Issue
Block a user