Skip to content

Commit

Permalink
fixup! feat: add a contract to operate MoveDebtDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Dec 14, 2023
1 parent 7fe482b commit 1e844f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/flash-swap/ExactOutputFlashSwap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ abstract contract ExactOutputFlashSwap is IPancakeV3SwapCallback {
/// Note that msg.sender is the pool that called the callback, not the original caller
/// of the transaction where _flashSwap was invoked.
/// @param data Application-specific data
// solhint-disable-next-line no-empty-blocks
function _onFlashSwapCompleted(bytes memory data) internal virtual {}

/// @dev Ensures that the caller of a callback is a legitimate PancakeSwap pool
Expand Down

0 comments on commit 1e844f6

Please sign in to comment.