Skip to content

Commit

Permalink
Merge pull request #2696 from ethereum/typo-fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
djrtwo committed Oct 28, 2021
2 parents 0eff6e0 + d0bcf29 commit b50c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase0/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Each deposit in `block.body.deposits` must verify against `state.eth1_data.eth1_

###### `get_eth1_data`

Let `Eth1Block` be an abstract object representing Eth1 blocks with the `timestamp` and depost contract data available.
Let `Eth1Block` be an abstract object representing Eth1 blocks with the `timestamp` and deposit contract data available.

Let `get_eth1_data(block: Eth1Block) -> Eth1Data` be the function that returns the Eth1 data for a given Eth1 block.

Expand Down

0 comments on commit b50c33e

Please sign in to comment.