mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 02:45:28 +00:00
Merge pull request #537 from ethereum/JustinDrake-patch-1
Use 2*63 for the genesis slot
This commit is contained in:
commit
3b9953a992
@ -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` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user