Superstruct AggregateAndProof (#5715)

* Upgrade `superstruct` to `0.8.0`

* superstruct `AggregateAndProof`
This commit is contained in:
ethDreamer
2024-05-06 10:09:22 -05:00
committed by GitHub
parent 7c6526d978
commit 19a9479234
28 changed files with 410 additions and 225 deletions

View File

@@ -1331,7 +1331,7 @@ impl<E: EthSpec> ValidatorMonitor<E> {
slot_clock,
);
let aggregator_index = signed_aggregate_and_proof.message.aggregator_index;
let aggregator_index = signed_aggregate_and_proof.message().aggregator_index();
if let Some(validator) = self.get_validator(aggregator_index) {
let id = &validator.id;