mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Superstruct AggregateAndProof (#5715)
* Upgrade `superstruct` to `0.8.0` * superstruct `AggregateAndProof`
This commit is contained in:
@@ -1358,7 +1358,7 @@ where
|
||||
committee_attestations.iter().skip(1).fold(
|
||||
attestation.clone(),
|
||||
|mut agg, (att, _)| {
|
||||
agg.aggregate(att);
|
||||
agg.aggregate(att.to_ref());
|
||||
agg
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user