Skip to content

Commit

Permalink
cleanup transaction code (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac authored Nov 18, 2023
1 parent 2dc0bc6 commit 2290e8b
Show file tree
Hide file tree
Showing 7 changed files with 448 additions and 426 deletions.
2 changes: 1 addition & 1 deletion primitives/src/ethers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ use ethers_core::types::{
use crate::{
access_list::{AccessList, AccessListItem},
block::Header,
signature::TxSignature,
transactions::{
ethereum::{
EthereumTxEssence, TransactionKind, TxEssenceEip1559, TxEssenceEip2930, TxEssenceLegacy,
},
optimism::{OptimismTxEssence, TxEssenceOptimismDeposited},
signature::TxSignature,
Transaction, TxEssence,
},
withdrawal::Withdrawal,
Expand Down
1 change: 0 additions & 1 deletion primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub mod access_list;
pub mod block;
pub mod keccak;
pub mod receipt;
pub mod signature;
pub mod transactions;
pub mod trie;
pub mod withdrawal;
Expand Down
Loading

0 comments on commit 2290e8b

Please sign in to comment.