Skip to content

Commit

Permalink
fix: broken bincode serialization from alloy-rs#955
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jul 15, 2024
1 parent 008b99d commit d138cd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/eips/src/eip2930.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ pub struct AccessListItem {
/// Account addresses that would be loaded at the start of execution
pub address: Address,
/// Keys of storage that would be loaded at the start of execution
// In JSON, we have to accept `null` for storage key, which is interpreted as an empty array.
#[cfg_attr(feature = "serde", serde(deserialize_with = "alloy_serde::null_as_default"))]
pub storage_keys: Vec<B256>,
}

Expand Down

0 comments on commit d138cd9

Please sign in to comment.