Skip to content

Commit

Permalink
Update ERC-7683: fix incorrect type and comment
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
mrice32 authored Dec 23, 2024
1 parent 47a0482 commit bb2598f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ERCS/erc-7683.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ struct Output {
/// @notice Instructions to parameterize each leg of the fill
/// @dev Provides all the origin-generated information required to produce a valid fill leg
struct FillInstruction {
/// @dev The contract address that the order is meant to be settled by
uint64 destinationChainId;
/// @dev The contract address that the order is meant to be filled on
/// @dev The chain that this instruction is intended to be filled on
uint256 destinationChainId;
/// @dev The contract address that the instruction is intended to be filled on
bytes32 destinationSettler;
/// @dev The data generated on the origin chain needed by the destinationSettler to process the fill
bytes originData;
Expand Down

0 comments on commit bb2598f

Please sign in to comment.