Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
domiwei committed Feb 21, 2025
1 parent bc68c73 commit d4529ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/aggregation/pool_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type aggregationPoolImpl struct {
netConfig *clparams.NetworkConfig
ethClock eth_clock.EthereumClock
aggregatesLock sync.RWMutex
aggregates map[common.Hash]*solid.Attestation
aggregates map[common.Hash]*solid.Attestation // don't need this anymore after electra upgrade
// aggregationInCommittee is a cache for aggregation in committee, which is used after electra upgrade
aggregatesInCommittee *lru.CacheWithTTL[keyAggrInCommittee, *solid.Attestation]
}
Expand Down

0 comments on commit d4529ac

Please sign in to comment.