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 16, 2024
1 parent 56ee830 commit 670b39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/consensus/src/transaction/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::{
transaction::eip4844::{TxEip4844, TxEip4844Variant, TxEip4844WithSidecar},
Signed, Transaction, TxEip1559, TxEip2930, TxEip7702, TxLegacy,
};
use alloc::vec::Vec;
use alloy_eips::{
eip2718::{Decodable2718, Eip2718Error, Eip2718Result, Encodable2718},
eip2930::AccessList,
Expand Down

0 comments on commit 670b39a

Please sign in to comment.