mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
epoch processing: fix inclusion info proposer idx
This commit is contained in:
@@ -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,
|
||||||
)?,
|
)?,
|
||||||
|
|||||||
Reference in New Issue
Block a user