mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-08 10:24:54 -05:00
add Modified comment
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user