Constant ALREADY_SUBMITTED_PATTERNS

Source
pub const ALREADY_SUBMITTED_PATTERNS: &[&str];
Expand description

Error message patterns indicating a transaction was already submitted or its nonce consumed. Shared between the retry layer (is_non_retriable_transaction_rpc_message) and the domain layer (is_already_submitted_error).

Each entry is a lowercased substring to match against the RPC error message.