Update contracts/liquidity.sol

This commit is contained in:
Thrilok kumar 2021-04-16 22:05:07 +05:30 committed by GitHub
parent 92e028ca72
commit 8f7ced9b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,6 @@ 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,