epoch processing: fix inclusion info proposer idx
This commit is contained in:
parent
c151e5861e
commit
b9f0348930
@ -238,7 +238,7 @@ impl ValidatorStatuses {
|
|||||||
slot: inclusion_slot,
|
slot: inclusion_slot,
|
||||||
distance: a.inclusion_delay,
|
distance: a.inclusion_delay,
|
||||||
proposer_index: state.get_beacon_proposer_index(
|
proposer_index: state.get_beacon_proposer_index(
|
||||||
attestation_slot,
|
inclusion_slot,
|
||||||
relative_epoch,
|
relative_epoch,
|
||||||
spec,
|
spec,
|
||||||
)?,
|
)?,
|
||||||
|
Loading…
Reference in New Issue
Block a user