Skip to content

Commit

Permalink
Update beacon_node/execution_layer/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: realbigsean <[email protected]>
  • Loading branch information
paulhauner and realbigsean authored Mar 3, 2022
1 parent 68e4648 commit bb1f7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/execution_layer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ impl ExecutionLayer {

/// Register that the given `validator_index` is going to produce a block at `slot`.
///
/// The block will be build atop `head_block_root` and the EL will need to prepare an
/// The block will be built atop `head_block_root` and the EL will need to prepare an
/// `ExecutionPayload` as defined by the given `payload_attributes`.
pub async fn insert_proposer(
&self,
Expand Down

0 comments on commit bb1f7d0

Please sign in to comment.