Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Aug 18, 2023
1 parent deea3af commit ea07183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sample-executors/SwapRouter02ExecutorWithPermit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ contract SwapRouter02ExecutorWithPermit is SwapRouter02Executor {
{}

/// @notice assume that we already have all output tokens
/// @notice the reactor performs no verification that the user's signed permit is executed correctly
/// e.g. if the necessary approvals are already set, a filler can call this function or the standard execute function to fill the order
/// @dev assume 2612 permit is collected offchain
function executeWithPermit(SignedOrder calldata order, bytes calldata callbackData, bytes calldata permitData)
external
Expand Down

0 comments on commit ea07183

Please sign in to comment.