Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update log.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 authored Oct 3, 2024
1 parent e6a54fb commit 967d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/types/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Log {
#[serde(skip_serializing_if = "Option::is_none")]
pub block_number: Option<U64>,

#[serde(rename = "blockNumber")]
#[serde(rename = "blockTimestamp")]
#[serde(skip_serializing_if = "Option::is_none")]
pub block_timestamp: Option<u64>,

Expand Down

0 comments on commit 967d3a2

Please sign in to comment.