Skip to content

Commit c3fcd76

Browse files
Caplin: Fixed reforwarding of Bls Execution changes (#10577)
Cherry pick PR #10546 into the release branch Co-authored-by: Giulio rebuffo <[email protected]>
1 parent efed89b commit c3fcd76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cl/sentinel/service/service.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ func (s *SentinelServer) PublishGossip(_ context.Context, msg *sentinelrpc.Gossi
9696
gossip.TopicNameVoluntaryExit,
9797
gossip.TopicNameProposerSlashing,
9898
gossip.TopicNameSyncCommitteeContributionAndProof,
99-
gossip.TopicNameAttesterSlashing:
99+
gossip.TopicNameAttesterSlashing,
100+
gossip.TopicNameBlsToExecutionChange:
100101
subscription = manager.GetMatchingSubscription(msg.Name)
101102
default:
102103
// check subnets

0 commit comments

Comments
 (0)