Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-poison committed Jul 14, 2023
1 parent f5583f5 commit bec92ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contracts/exchangeIssuance/FlashMintLeveraged.sol
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ contract FlashMintLeveraged is ReentrancyGuard, IFlashLoanRecipient{
uint256 _maxAmountInputToken,
DEXAdapter.SwapData memory _swapDataDebtForCollateral,
DEXAdapter.SwapData memory _swapDataInputToken

)
external
nonReentrant
Expand Down Expand Up @@ -388,9 +387,9 @@ contract FlashMintLeveraged is ReentrancyGuard, IFlashLoanRecipient{
}

/**
* This is the callback function that will be called by the AaveLending Pool after flashloaned tokens have been sent
* This is the callback function that will be called by the Balancerv2 Pool after flashloaned tokens have been sent
* to this contract.
* After exiting this function the Lending Pool will attempt to transfer back the loaned tokens + interest. If it fails to do so
* After exiting this function the Vault enforces that we transfer back the loaned tokens + interest. If that check fails
* the whole transaction gets reverted
*
* @param tokens Addresses of all assets that were borrowed
Expand Down

0 comments on commit bec92ac

Please sign in to comment.