Skip to content

Commit

Permalink
fix(ttl-cache): Expire items (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 18, 2023
1 parent 693a530 commit 45ef254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sentry/ethereum/duties.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func (m *DutiesService) Start(ctx context.Context) error {

s.StartAsync()

m.attestationDuties.Start()

return nil
}

Expand Down

0 comments on commit 45ef254

Please sign in to comment.