diff --git a/mod/consensus-types/pkg/types/state.go b/mod/consensus-types/pkg/types/state.go index ae6d568aae..0f0eeb9b85 100644 --- a/mod/consensus-types/pkg/types/state.go +++ b/mod/consensus-types/pkg/types/state.go @@ -29,8 +29,6 @@ import ( ) // BeaconState represents the entire state of the beacon chain. -// -// TODO: Properly use the generics. type BeaconState[ BeaconBlockHeaderT constraints. StaticSSZField[BeaconBlockHeaderT, B],