Skip to content

Commit 432feeb

Browse files
committed
fix: --no-default-features
1 parent 45e85a5 commit 432feeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/context/interface/src/transaction/alloy_types.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pub use alloy_eip7702::{
66
Authorization, RecoveredAuthority, RecoveredAuthorization, SignedAuthorization,
77
};
88

9+
use std::vec::Vec;
10+
911
impl AccessListTr for Vec<AccessListItem> {
1012
fn access_list(&self) -> impl Iterator<Item = (Address, impl Iterator<Item = B256>)> {
1113
self.iter()

0 commit comments

Comments
 (0)