Skip to content

Commit 99a887f

Browse files
howydevadamegyed
andauthored
Update standard/ERCs/erc-6900.md
Co-authored-by: Adam Egyed <[email protected]>
1 parent 57e4656 commit 99a887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/ERCs/erc-6900.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ During execution uninstallation, the account MUST correctly clear flags and othe
517517
#### Execution Hooks Data Format
518518

519519
For accounts that implement execution hooks, accounts **MUST** conform to these execution hook formats:
520-
1. For `executeUserOp` calls, for execution hooks associated with a validator, accounts **MUST** send the full `msg.data`, including the `executeUserOp` selector.
520+
1. For `executeUserOp` calls, for execution hooks associated with a validation function, accounts **MUST** send the full `msg.data`, including the `executeUserOp` selector.
521521
2. For `executeUserOp` calls, for execution hooks associated with a selector, accounts **MUST** send `PackedUserOperation.callData` for `executeUserOp` calls, excluding `executeUserOp.selector` and the rest of the `PackedUserOperation`.
522522
3. For `executeWithAuthorization` calls, for all execution hooks, accounts **MUST** send the inner `data`.
523523
4. For all other calls, for execution hooks associated with a selector, accounts **MUST** send over `msg.data`.

0 commit comments

Comments
 (0)