Skip to content

Commit

Permalink
Update contracts/account/utils/draft-ERC4337Utils.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Nov 19, 2024
1 parent fa30a20 commit 1816bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/account/utils/draft-ERC4337Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ library ERC4337Utils {
return (aggregator_, block.timestamp < validAfter || validUntil < block.timestamp);
}

/// @dev Same as {hash}, but with a custom entrypoint and chainid.
/// @dev Computes the hash of a user operation for a given entrypoint and chainid.
function hash(
PackedUserOperation calldata self,
address entrypoint,
Expand Down

0 comments on commit 1816bb2

Please sign in to comment.