Skip to content

Commit

Permalink
add missing column description fo SECONDS_PER_ETH1_BLOCK
Browse files Browse the repository at this point in the history
Co-authored-by: Diederik Loerakker <[email protected]>
  • Loading branch information
djrtwo and protolambda authored May 20, 2020
1 parent c9f21f1 commit 4ac2fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase0/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 4ac2fc7

Please sign in to comment.