pub const EVM_MIN_AGE_FOR_RESUBMIT_SECONDS: i64 = 20;Expand description
Minimum age of transaction before allowing resubmission and timeout checks (in seconds) Transactions younger than this will still get status updates from blockchain, but resubmission logic and timeout checks are deferred to prevent premature actions.