Skip to content

Commit

Permalink
Caplin: Fixed reforwarding of Bls Execution changes (#10577)
Browse files Browse the repository at this point in the history
Cherry pick PR #10546 into the release branch

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
  • Loading branch information
yperbasis and Giulio2002 authored May 31, 2024
1 parent efed89b commit c3fcd76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cl/sentinel/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func (s *SentinelServer) PublishGossip(_ context.Context, msg *sentinelrpc.Gossi
gossip.TopicNameVoluntaryExit,
gossip.TopicNameProposerSlashing,
gossip.TopicNameSyncCommitteeContributionAndProof,
gossip.TopicNameAttesterSlashing:
gossip.TopicNameAttesterSlashing,
gossip.TopicNameBlsToExecutionChange:
subscription = manager.GetMatchingSubscription(msg.Name)
default:
// check subnets
Expand Down

0 comments on commit c3fcd76

Please sign in to comment.