Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Dec 20, 2024
2 parents 94c59f8 + dd6cfe3 commit a76765a
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 @@ -320,7 +320,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 a76765a

Please sign in to comment.