Skip to content

Commit

Permalink
fix: import Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 15, 2024
1 parent 2a664c7 commit e1b260a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/consensus/src/transaction/envelope.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use core::fmt;

use crate::{Signed, Transaction, TxEip1559, TxEip2930, TxEip7702, TxLegacy};
use alloc::vec::Vec;
use alloy_eips::{
eip2718::{Decodable2718, Eip2718Error, Eip2718Result, Encodable2718},
eip2930::AccessList,
};
use alloy_primitives::{keccak256, Sealed, TxKind, B256};
use alloy_rlp::{Decodable, Encodable, Header};
use core::fmt;

use crate::transaction::eip4844::{TxEip4844, TxEip4844Variant, TxEip4844WithSidecar};

Expand Down

0 comments on commit e1b260a

Please sign in to comment.