mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 08:24:55 -05:00
set fork values in genesis as bytes4
This commit is contained in:
@@ -1517,8 +1517,8 @@ def get_genesis_beacon_state(genesis_validator_deposits: List[Deposit],
|
||||
slot=GENESIS_SLOT,
|
||||
genesis_time=genesis_time,
|
||||
fork=Fork(
|
||||
previous_version=GENESIS_FORK_VERSION,
|
||||
current_version=GENESIS_FORK_VERSION,
|
||||
previous_version=int_to_bytes4(GENESIS_FORK_VERSION),
|
||||
current_version=int_to_bytes4(GENESIS_FORK_VERSION),
|
||||
epoch=GENESIS_EPOCH,
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user