Skip to content

Commit

Permalink
refactor: Start attestation duties asynchronously (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 18, 2023
1 parent 45ef254 commit 8b4b850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sentry/ethereum/duties.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (m *DutiesService) Start(ctx context.Context) error {

s.StartAsync()

m.attestationDuties.Start()
go m.attestationDuties.Start()

return nil
}
Expand Down

0 comments on commit 8b4b850

Please sign in to comment.