Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Nov 17, 2024
1 parent fdff7a7 commit 5d8f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/goclient/goclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ type GoClient struct {

// attestationDataCache helps reuse recently fetched attestation data.
// AttestationData is cached by slot only, because Beacon nodes should return the same
// data regardless of the requested committeeIndex, which can be set
// data regardless of the requested committeeIndex.
attestationDataCache *ttlcache.Cache[phase0.Slot, *phase0.AttestationData]

commonTimeout time.Duration
Expand Down

0 comments on commit 5d8f9fb

Please sign in to comment.