From c3fcd76156ea46b008e6180cefce6e7ce33fbe12 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Fri, 31 May 2024 17:11:39 +0200 Subject: [PATCH] Caplin: Fixed reforwarding of Bls Execution changes (#10577) Cherry pick PR #10546 into the release branch Co-authored-by: Giulio rebuffo --- cl/sentinel/service/service.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cl/sentinel/service/service.go b/cl/sentinel/service/service.go index 0c52f9edc23..1bf9654fb53 100644 --- a/cl/sentinel/service/service.go +++ b/cl/sentinel/service/service.go @@ -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