mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-05 23:35:15 +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:
|
deposits: Sequence[Deposit]) -> BeaconState:
|
||||||
fork = Fork(
|
fork = Fork(
|
||||||
previous_version=GENESIS_FORK_VERSION,
|
previous_version=GENESIS_FORK_VERSION,
|
||||||
current_version=ALTAIR_FORK_VERSION,
|
current_version=ALTAIR_FORK_VERSION, # [Modified in Altair]
|
||||||
epoch=GENESIS_EPOCH,
|
epoch=GENESIS_EPOCH,
|
||||||
)
|
)
|
||||||
state = BeaconState(
|
state = BeaconState(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user