mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Superstruct AggregateAndProof (#5715)
* Upgrade `superstruct` to `0.8.0` * superstruct `AggregateAndProof`
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user