mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
Fix Aggregation Pool for Electra (#5754)
* Fix Aggregation Pool for Electra * Remove Outdated Interface
This commit is contained in:
@@ -1374,7 +1374,7 @@ where
|
||||
// aggregate locally.
|
||||
let aggregate = self
|
||||
.chain
|
||||
.get_aggregated_attestation(attestation.data())
|
||||
.get_aggregated_attestation_base(attestation.data())
|
||||
.unwrap()
|
||||
.unwrap_or_else(|| {
|
||||
committee_attestations.iter().skip(1).fold(
|
||||
|
||||
Reference in New Issue
Block a user