Skip to content

Commit f685544

Browse files
committed
fix staticcheck issue
1 parent 9168faa commit f685544

File tree

1 file changed

+1
-2
lines changed
  • pkg/coordinator/tasks/generate_attestations

1 file changed

+1
-2
lines changed

pkg/coordinator/tasks/generate_attestations/task.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ type Task struct {
4343
validatorKeys map[phase0.ValidatorIndex]*validatorKey
4444

4545
// Cache for committee duties per epoch
46-
dutiesCache map[uint64][]*v1.BeaconCommittee
47-
dutiesCacheEpoch uint64
46+
dutiesCache map[uint64][]*v1.BeaconCommittee
4847
}
4948

5049
type validatorKey struct {

0 commit comments

Comments
 (0)