Skip to content

Commit

Permalink
Update ERC-7683: Add clause about not knowing minOutput.recipient at …
Browse files Browse the repository at this point in the history
…order creation time

Merged by EIP-Bot.
  • Loading branch information
nicholaspai authored Dec 20, 2024
1 parent dd6cfe3 commit ea6b5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ERCS/erc-7683.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ struct ResolvedCrossChainOrder {
Output[] maxSpent;
/// @dev The minimum outputs that must be given to the filler as part of order settlement. Similar to maxSpent, it's possible
/// that special order types may not be able to guarantee the exact amount at open time, so this should be considered
/// a floor on filler receipts.
/// a floor on filler receipts. Setting the `recipient` of an `Output` to address(0) indicates that the filler is not
/// known when creating this order.
Output[] minReceived;
/// @dev Each instruction in this array is parameterizes a single leg of the fill. This provides the filler with the information
/// necessary to perform the fill on the destination(s).
Expand Down

0 comments on commit ea6b5c5

Please sign in to comment.