Implicit init during fork transition

This commit is contained in:
Etan Kissling 2022-12-12 12:45:43 +01:00
parent d6da56cc19
commit 5028a806ad
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 0 additions and 1 deletions

View File

@ -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(),
)
```