-
Notifications
You must be signed in to change notification settings - Fork 742
Open
Description
The documentation says @param validAfter - First timestamp this UserOperation is valid.
* @param validAfter - First timestamp this UserOperation is valid. |
This should be @param validAfter - Timestamp after which this UserOperation is valid.
to match the logic of the Entrypoint
outOfTimeRange = block.timestamp > data.validUntil || block.timestamp <= data.validAfter; |
Metadata
Metadata
Assignees
Labels
No labels