pub const ALLOWED_FUTURE_BLOCK_TIME_SECONDS: u64 = 15;
Expand description
Max seconds from current time allowed for blocks, before they’re considered future blocks.
This is only used when checking whether or not the timestamp for pre-merge blocks is in the future.