Skip to content

Commit

Permalink
fix: proposer_index rustdoc (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon authored Oct 9, 2024
1 parent 3f5f1e5 commit d3764e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rpc-types-beacon/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ pub struct PayloadAttributesData {
pub parent_block_number: u64,
/// the execution block hash of the parent block.
pub parent_block_hash: B256,
/// The execution block number of the parent block.
/// the validator index of the proposer at `proposal_slot` on the chain identified by
/// `parent_block_root`.
#[serde_as(as = "DisplayFromStr")]
Expand Down

0 comments on commit d3764e9

Please sign in to comment.