From d0bcf294a8a02c5c9b5e9d2ce7a363c57a5527cf Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 28 Oct 2021 18:42:16 +0800 Subject: [PATCH] Fix typo --- specs/phase0/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index 814859c12..8de16e805 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -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.