mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Implement get_attester_head logic
This commit is contained in:
@@ -467,6 +467,7 @@ impl ProtoArrayForkChoice {
|
||||
justified_state_balances: &JustifiedBalances,
|
||||
proposer_boost_root: Hash256,
|
||||
equivocating_indices: &BTreeSet<u64>,
|
||||
unsatisfied_inclusion_list_block: Hash256,
|
||||
current_slot: Slot,
|
||||
spec: &ChainSpec,
|
||||
) -> Result<Hash256, String> {
|
||||
@@ -489,6 +490,7 @@ impl ProtoArrayForkChoice {
|
||||
finalized_checkpoint,
|
||||
new_balances,
|
||||
proposer_boost_root,
|
||||
unsatisfied_inclusion_list_block,
|
||||
current_slot,
|
||||
spec,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user