Merge pull request #12 from Instadapp/eth-fallback-L1

Added ETH fallback func
This commit is contained in:
Samyak Jain 2021-04-26 21:14:22 +05:30 committed by GitHub
commit 9e88ebfad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,4 +201,6 @@ contract InstaAaveV2MigratorSenderImplementation is MigrateResolver {
flashloanContract.initiateFlashLoan(data, ethAmt);
}
receive() external payable {}
}