mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:05:33 -05:00
Merge pull request #202 from ethereum/initial_fork_slot
set initial fork_slot to INITIAL_SLOT_NUMBER
This commit is contained in:
@@ -840,7 +840,7 @@ def on_startup(initial_validator_entries: List[Any],
|
||||
fork_data=ForkData(
|
||||
pre_fork_version=INITIAL_FORK_VERSION,
|
||||
post_fork_version=INITIAL_FORK_VERSION,
|
||||
fork_slot=2**64 - 1,
|
||||
fork_slot=INITIAL_SLOT_NUMBER,
|
||||
),
|
||||
pubkey=pubkey,
|
||||
deposit=deposit,
|
||||
@@ -883,7 +883,7 @@ def on_startup(initial_validator_entries: List[Any],
|
||||
fork_data=ForkData(
|
||||
pre_fork_version=INITIAL_FORK_VERSION,
|
||||
post_fork_version=INITIAL_FORK_VERSION,
|
||||
fork_slot=2**64 - 1,
|
||||
fork_slot=INITIAL_SLOT_NUMBER,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user