Skip to content

Commit

Permalink
Revert "Add serde "random" alias"
Browse files Browse the repository at this point in the history
This reverts commit bb02c2f.
  • Loading branch information
paulhauner committed Feb 25, 2022
1 parent bb02c2f commit 454915b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/types/src/execution_payload_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub struct ExecutionPayloadHeader<T: EthSpec> {
pub receipts_root: Hash256,
#[serde(with = "ssz_types::serde_utils::hex_fixed_vec")]
pub logs_bloom: FixedVector<u8, T::BytesPerLogsBloom>,
#[serde(alias = "random")]
pub prev_randao: Hash256,
#[serde(with = "eth2_serde_utils::quoted_u64")]
pub block_number: u64,
Expand Down

0 comments on commit 454915b

Please sign in to comment.