Skip to content

Commit

Permalink
Update ERC-7579: Fix typo in ERC-7579
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
Amxx authored Jul 19, 2024
1 parent 59f751b commit df5fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7579.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The account MUST encode the execution data the following ways:

- For single calls, the `target`, `value` and `callData` are packed in this order (ie `abi.encodePacked` in Solidity).
- For delegatecalls, the `target` and `callData` are packed in this order (ie `abi.encodePacked` in Solidity).
- For batch calls, the `targets`, `values` and `callDatas` are put into an array of `Exeuction` structs that includes these fields in this order (ie `Execution(address target, uint256 value, bytes memory callData)`). Then, this array is encoded with padding (ie `abi.encode` in Solidity).
- For batch calls, the `targets`, `values` and `callDatas` are put into an array of `Execution` structs that includes these fields in this order (ie `Execution(address target, uint256 value, bytes memory callData)`). Then, this array is encoded with padding (ie `abi.encode` in Solidity).

#### Account configurations

Expand Down

0 comments on commit df5fd24

Please sign in to comment.