mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-21 16:11:33 +00:00
Implicit init during fork transition
This commit is contained in:
parent
d6da56cc19
commit
5028a806ad
@ -25,7 +25,6 @@ A Capella `LightClientStore` can still process earlier light client data. In ord
|
|||||||
def upgrade_lc_header_to_capella(pre: BeaconBlockHeader) -> LightClientHeader:
|
def upgrade_lc_header_to_capella(pre: BeaconBlockHeader) -> LightClientHeader:
|
||||||
return LightClientHeader(
|
return LightClientHeader(
|
||||||
beacon=pre,
|
beacon=pre,
|
||||||
execution=ExecutionPayloadHeader(),
|
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user