minor change

This commit is contained in:
Mubaris NK 2021-04-15 21:49:35 +05:30
parent f4c7610b1c
commit ad58a84dd7
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561

View File

@ -189,6 +189,7 @@ contract MigrateResolver is LiquidityResolver {
aave.withdraw(wethAddr, ethAmt, address(this));
console.log("here4");
wethContract.transfer(address(flashloanContract), ethAmt);
console.log("here5");
}
function migrateWithFlash(AaveDataRaw calldata _data, uint ethAmt) external {