Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Nov 27, 2024
1 parent a8e79b4 commit 5af0151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/accounts/ERC7821.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ contract ERC7821 {

/// @dev Executes the `calls` and returns the results.
/// Reverts and bubbles up error if any call fails.
/// `extraData` can be any supplementary data (e.g. a memory pointer, some hash).
function _execute(Call[] calldata calls, bytes32 extraData)
internal
virtual
Expand Down Expand Up @@ -160,6 +161,7 @@ contract ERC7821 {

/// @dev Executes the `calls` and returns the result.
/// Reverts and bubbles up error if any call fails.
/// `extraData` can be any supplementary data (e.g. a memory pointer, some hash).
function _execute(address target, uint256 value, bytes calldata data, bytes32 extraData)
internal
virtual
Expand Down

0 comments on commit 5af0151

Please sign in to comment.