Skip to content

Commit

Permalink
fix(sentry): Fetch beacon committees just before epoch transition
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 2, 2024
1 parent 9f8ccc8 commit 1db1147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sentry/ethereum/services/duties.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (m *DutiesService) fetchBeaconCommittee(ctx context.Context, epoch phase0.E
m.log.
WithField("epoch", epoch).
WithField("override_cache", overrideCache).
WithField("wallclock_epoch", wallclockEpoch).
WithField("wallclock_epoch", wallclockEpoch.Number()).
Debug("Fetching beacon committee")

committees, err := m.beacon.FetchBeaconCommittees(ctx, "head", epoch)
Expand Down

0 comments on commit 1db1147

Please sign in to comment.