epoch processing: fix inclusion info proposer idx

This commit is contained in:
Michael Sproul 2019-06-04 16:40:17 +10:00
parent c151e5861e
commit b9f0348930
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -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,
)?,