Skip to content

Commit

Permalink
chore: move accesslist tests (#13680)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 6, 2025
1 parent 721a581 commit 5e659b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crates/primitives-traits/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

Expand Down
1 change: 0 additions & 1 deletion crates/primitives/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5e659b3

Please sign in to comment.