rm unused `GenesisStateRef` (#5469)

In `el_manager`, there was an unused `GenesisStateRef` type. Remove it.
This commit is contained in:
Etan Kissling 2023-10-02 21:00:23 +02:00 committed by GitHub
parent 9a48e2e922
commit e1a8e9a2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ type
Eth1BlockTimestamp* = uint64
Eth1BlockHeader = engine_api.BlockHeader
GenesisStateRef = ref phase0.BeaconState
Eth1Block* = ref object
hash*: Eth2Digest
number*: Eth1BlockNumber