Skip to content

Commit

Permalink
leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed Oct 28, 2024
1 parent e0fea0f commit 5276920
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mod/consensus/pkg/types/consensus_sidecars.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ func (s *ConsensusSidecars[SidecarsT, BeaconBlockHeaderT]) New(
return s
}

func (s *ConsensusSidecars[
SidecarsT,
_,
]) GetSidecars() SidecarsT {
return s.sidecars
}

func (s *ConsensusSidecars[
SidecarsT,
BeaconBlockHeaderT,
Expand Down

0 comments on commit 5276920

Please sign in to comment.