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 Mar 1, 2022
1 parent 63376bd commit 1a3d32e
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 1a3d32e

Please sign in to comment.