mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
Fix initialize_beacon_state_from_eth1
previous_version
This commit is contained in:
parent
31ba031b06
commit
2d169adfc7
@ -362,7 +362,7 @@ def initialize_beacon_state_from_eth1(eth1_block_hash: Bytes32,
|
|||||||
eth1_timestamp: uint64,
|
eth1_timestamp: uint64,
|
||||||
deposits: Sequence[Deposit]) -> BeaconState:
|
deposits: Sequence[Deposit]) -> BeaconState:
|
||||||
fork = Fork(
|
fork = Fork(
|
||||||
previous_version=GENESIS_FORK_VERSION,
|
previous_version=ALTAIR_FORK_VERSION,
|
||||||
current_version=MERGE_FORK_VERSION, # [Modified in Merge]
|
current_version=MERGE_FORK_VERSION, # [Modified in Merge]
|
||||||
epoch=GENESIS_EPOCH,
|
epoch=GENESIS_EPOCH,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user