Skip to content

Commit

Permalink
Update ERC-7683: Fix swapped orderData and originData erc-7683.md
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
0xBugsy authored Dec 20, 2024
1 parent b0a86b6 commit dd6cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7683.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ struct Message {
}
```

The `Message` sub-type is designed to be used by a 7683 user to incentivize a filler to execute arbitrary calldata on a target destination chain contract on the user's behalf. For example, the settlement contract might decode the `orderData` containing the message information as follows:
The `Message` sub-type is designed to be used by a 7683 user to incentivize a filler to execute arbitrary calldata on a target destination chain contract on the user's behalf. For example, the settlement contract might decode the `originData` containing the message information as follows:

```solidity
function fill(bytes32 orderId, bytes calldata originData, bytes calldata fillerData) public {
Expand Down

0 comments on commit dd6cfe3

Please sign in to comment.