Skip to content

documentation of validAfter in Helper.sol is incorrect #601

@rmeissner

Description

@rmeissner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions