From b9f034893084295f759bf32fd63d8b327bd1c0b4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 4 Jun 2019 16:40:17 +1000 Subject: [PATCH] epoch processing: fix inclusion info proposer idx --- .../src/per_epoch_processing/validator_statuses.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2/state_processing/src/per_epoch_processing/validator_statuses.rs b/eth2/state_processing/src/per_epoch_processing/validator_statuses.rs index a2ce292eb3..ed1b968d7d 100644 --- a/eth2/state_processing/src/per_epoch_processing/validator_statuses.rs +++ b/eth2/state_processing/src/per_epoch_processing/validator_statuses.rs @@ -238,7 +238,7 @@ impl ValidatorStatuses { slot: inclusion_slot, distance: a.inclusion_delay, proposer_index: state.get_beacon_proposer_index( - attestation_slot, + inclusion_slot, relative_epoch, spec, )?,