mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Update contracts/receivers/aave-v2-receiver/main.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
9865addb2a
commit
a74bdd5121
|
@ -143,7 +143,7 @@ contract InstaFlash is AaveV2Migrator {
|
|||
function initiateFlashLoan(
|
||||
address[] calldata _tokens,
|
||||
uint256[] calldata _amounts,
|
||||
uint _route, // no use of route but just to follow current flashloan pattern
|
||||
uint /*_route */, // no use of route but just to follow current flashloan pattern
|
||||
bytes calldata data
|
||||
) external isDSA {
|
||||
uint _length = _tokens.length;
|
||||
|
|
Loading…
Reference in New Issue
Block a user