Skip to content

Commit

Permalink
Merge pull request #537 from ethereum/JustinDrake-patch-1
Browse files Browse the repository at this point in the history
Use 2*63 for the genesis slot
  • Loading branch information
djrtwo committed Feb 3, 2019
2 parents f80a345 + 7f39f79 commit 3b9953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Code snippets appearing in `this style` are to be interpreted as Python code. Be
| Name | Value |
| - | - |
| `GENESIS_FORK_VERSION` | `0` |
| `GENESIS_SLOT` | `2**19` |
| `GENESIS_SLOT` | `2**63` |
| `GENESIS_EPOCH` | `slot_to_epoch(GENESIS_SLOT)` |
| `GENESIS_START_SHARD` | `0` |
| `FAR_FUTURE_EPOCH` | `2**64 - 1` |
Expand Down

0 comments on commit 3b9953a

Please sign in to comment.