mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:45:01 -05:00
Implicit init during fork transition
This commit is contained in:
@@ -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:
|
||||
return LightClientHeader(
|
||||
beacon=pre,
|
||||
execution=ExecutionPayloadHeader(),
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user