Skip to main content

DEFAULT_AA_VALID_AFTER_MAX_SECS

Constant DEFAULT_AA_VALID_AFTER_MAX_SECS 

Source
pub const DEFAULT_AA_VALID_AFTER_MAX_SECS: u64 = 120;
Expand description

Default maximum allowed valid_after offset for AA txs (in seconds).

Aligned with the default queued transaction lifetime (max_queued_lifetime = 120s) so that transactions with a future valid_after are not silently evicted before they become executable.