Skip to content

Commit

Permalink
Removed unnecessary pub modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ElFantasma committed Nov 28, 2024
1 parent 18b6972 commit 9f0e5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/networking/rpc/types/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct ExecutionPayload {
#[serde(with = "serde_utils::u64::hex_str")]
gas_used: u64,
#[serde(with = "serde_utils::u64::hex_str")]
pub timestamp: u64,
timestamp: u64,
#[serde(with = "serde_utils::bytes")]
extra_data: Bytes,
#[serde(with = "serde_utils::u64::hex_str")]
Expand Down

0 comments on commit 9f0e5d4

Please sign in to comment.