mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: remove duplicated compact consts (#13679)
This commit is contained in:
@ -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> =
|
||||
|
||||
Reference in New Issue
Block a user