Skip to content

Commit

Permalink
🥢 Nit EIP7702Proxy comments (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Feb 22, 2025
1 parent ca4b9af commit dcf23b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/EIP7702Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ contract EIP7702Proxy {
// Workflow for the EIP7702 authority (i.e. the EOA).
let impl := sload(_ERC1967_IMPLEMENTATION_SLOT) // The preferred implementation on the EOA.
calldatacopy(0x00, 0x00, calldatasize()) // Copy the calldata for the delegatecall.
// If the EOA's implementation, perform the initialization workflow.
// If the preferred implementation is `address(0)`, perform the initialization workflow.
if iszero(shl(96, impl)) {
if iszero(
and( // The arguments of `and` are evaluated from right to left.
Expand Down

0 comments on commit dcf23b8

Please sign in to comment.