We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4ab2 commit 40ac685Copy full SHA for 40ac685
crates/anvil/core/src/eth/transaction/mod.rs
@@ -81,7 +81,7 @@ pub fn transaction_request_to_typed(
81
to: to?.into_to()?,
82
chain_id: 0,
83
access_list: access_list.unwrap_or_default(),
84
- authorization_list: authorization_list.unwrap(),
+ authorization_list: authorization_list.unwrap_or_default(),
85
}));
86
}
87
0 commit comments