We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e8d35 commit 80513aaCopy full SHA for 80513aa
eth/backend.go
@@ -1407,6 +1407,7 @@ func (s *Ethereum) Start() error {
1407
s.waitForStageLoopStop = nil // TODO: Ethereum.Stop should wait for execution_server shutdown
1408
go s.eth1ExecutionServer.Start(s.sentryCtx)
1409
} else if s.config.PolygonSync {
1410
+ s.waitForStageLoopStop = nil // Shutdown is handled by context
1411
go func() {
1412
ctx := s.sentryCtx
1413
err := s.polygonSyncService.Run(ctx)
0 commit comments