From 4ac2fc7eff6ee437cc8cb796ca35e0cea2984dff Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 20 May 2020 12:28:08 -0600 Subject: [PATCH] add missing column description fo SECONDS_PER_ETH1_BLOCK Co-authored-by: Diederik Loerakker --- specs/phase0/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/beacon-chain.md b/specs/phase0/beacon-chain.md index 0e4e2b7a0..419c88e65 100644 --- a/specs/phase0/beacon-chain.md +++ b/specs/phase0/beacon-chain.md @@ -220,7 +220,7 @@ The following values are (non-configurable) constants used throughout the specif | - | - | :-: | :-: | | `MIN_GENESIS_DELAY` | `86400` | seconds | 1 day | | `SECONDS_PER_SLOT` | `12` | seconds | 12 seconds | -| `SECONDS_PER_ETH1_BLOCK` | `14` | seconds | | +| `SECONDS_PER_ETH1_BLOCK` | `14` | seconds | 14 seconds | | `MIN_ATTESTATION_INCLUSION_DELAY` | `2**0` (= 1) | slots | 12 seconds | | `SLOTS_PER_EPOCH` | `2**5` (= 32) | slots | 6.4 minutes | | `MIN_SEED_LOOKAHEAD` | `2**0` (= 1) | epochs | 6.4 minutes |