Skip to content

Commit

Permalink
nit: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Dec 12, 2023
1 parent de96ef5 commit 094f1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactors/RelayOrderReactor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ contract RelayOrderReactor is ReactorEvents, ReactorErrors, ReentrancyGuard, IRe
}

/// @notice emits a Fill event for each order
/// @notice all output token checks must be done in the encoded actions within the order
/// @notice any output token checks must be encoded in the order specified actions
/// @param orders The orders that have been filled
function _fill(ResolvedRelayOrder[] memory orders) internal {
uint256 ordersLength = orders.length;
Expand Down

0 comments on commit 094f1bb

Please sign in to comment.