rm unused `GenesisStateRef` (#5469)
In `el_manager`, there was an unused `GenesisStateRef` type. Remove it.
This commit is contained in:
parent
9a48e2e922
commit
e1a8e9a2fa
|
@ -98,8 +98,6 @@ type
|
|||
Eth1BlockTimestamp* = uint64
|
||||
Eth1BlockHeader = engine_api.BlockHeader
|
||||
|
||||
GenesisStateRef = ref phase0.BeaconState
|
||||
|
||||
Eth1Block* = ref object
|
||||
hash*: Eth2Digest
|
||||
number*: Eth1BlockNumber
|
||||
|
|
Loading…
Reference in New Issue