chore: remove duplicated compact consts (#13679)

This commit is contained in:
Matthias Seitz
2025-01-06 20:19:39 +01:00
committed by GitHub
parent 4d191696ba
commit 682b2b2cd3
2 changed files with 1 additions and 25 deletions

View File

@ -52,12 +52,6 @@ pub(crate) mod access_list;
mod pooled;
mod tx_type;
#[cfg(any(test, feature = "reth-codec"))]
pub use tx_type::{
COMPACT_EXTENDED_IDENTIFIER_FLAG, COMPACT_IDENTIFIER_EIP1559, COMPACT_IDENTIFIER_EIP2930,
COMPACT_IDENTIFIER_LEGACY,
};
/// Expected number of transactions where we can expect a speed-up by recovering the senders in
/// parallel.
pub static PARALLEL_SENDER_RECOVERY_THRESHOLD: LazyLock<usize> =