mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-16 04:26:53 +00:00
set fork values in genesis as bytes4
This commit is contained in:
parent
7b829227ee
commit
a68b050053
@ -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,
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user