mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move accesslist tests (#13680)
This commit is contained in:
@ -11,6 +11,9 @@ pub use alloy_consensus::transaction::{TransactionInfo, TransactionMeta};
|
||||
use crate::{InMemorySize, MaybeCompact, MaybeSerde};
|
||||
use core::{fmt, hash::Hash};
|
||||
|
||||
#[cfg(test)]
|
||||
mod access_list;
|
||||
|
||||
/// Helper trait that unifies all behaviour required by transaction to support full node operations.
|
||||
pub trait FullTransaction: Transaction + MaybeCompact {}
|
||||
|
||||
|
||||
@ -48,7 +48,6 @@ pub use tx_type::TxType;
|
||||
pub mod signature;
|
||||
pub mod util;
|
||||
|
||||
pub(crate) mod access_list;
|
||||
mod pooled;
|
||||
mod tx_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user