Skip to content

Commit 40ac685

Browse files
authored
fix: use empty 7702 auths (#11182)
1 parent 79d4ab2 commit 40ac685

File tree

1 file changed

+1
-1
lines changed
  • crates/anvil/core/src/eth/transaction

1 file changed

+1
-1
lines changed

crates/anvil/core/src/eth/transaction/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub fn transaction_request_to_typed(
8181
to: to?.into_to()?,
8282
chain_id: 0,
8383
access_list: access_list.unwrap_or_default(),
84-
authorization_list: authorization_list.unwrap(),
84+
authorization_list: authorization_list.unwrap_or_default(),
8585
}));
8686
}
8787

0 commit comments

Comments
 (0)