Skip to content

Commit e9fdfa0

Browse files
chore: remove gnosis sync monitor from services
1 parent 452eef0 commit e9fdfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolling-shutter/keyperimpl/gnosis/keyper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (kpr *Keyper) Start(ctx context.Context, runner service.Runner) error {
162162
}
163163

164164
runner.Go(func() error { return kpr.processInputs(ctx) })
165-
return runner.StartService(kpr.core, kpr.chainSyncClient, kpr.slotTicker, kpr.eonKeyPublisher, kpr.syncMonitor)
165+
return runner.StartService(kpr.core, kpr.chainSyncClient, kpr.slotTicker, kpr.eonKeyPublisher)
166166
}
167167

168168
func NewKeyper(kpr *Keyper, messagingMiddleware *MessagingMiddleware) (*keyper.KeyperCore, error) {

0 commit comments

Comments
 (0)