mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-15 21:26:50 +00:00
add Modified comment
This commit is contained in:
parent
93f6a541ad
commit
ae429a38a0
@ -675,7 +675,7 @@ def initialize_beacon_state_from_eth1(eth1_block_hash: Bytes32,
|
||||
deposits: Sequence[Deposit]) -> BeaconState:
|
||||
fork = Fork(
|
||||
previous_version=GENESIS_FORK_VERSION,
|
||||
current_version=ALTAIR_FORK_VERSION,
|
||||
current_version=ALTAIR_FORK_VERSION, # [Modified in Altair]
|
||||
epoch=GENESIS_EPOCH,
|
||||
)
|
||||
state = BeaconState(
|
||||
|
Loading…
x
Reference in New Issue
Block a user