Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FlashLoan: Allow mango ix after flash loan end
This lifts an unnecessary restriction, making it possible to do things like flash loan and then liquidate with the resulting balances in a single transaction. The "no mango ix after FlashLoanEnd" limitation was unnecessary: After the flash loan ends, the mango accounts are in a valid state again. And it's impossible to use a two FlashLoanEnd for a single FlashLoanBegin for the same reason that isolated FlashLoanEnds are rejected.
- Loading branch information