lighthouse/consensus/fork_choice/src
zhiqiangxu b3e1c297c8 ForkChoice: remove an impossible case for parent_checkpoints (#4626)
`parent_finalized.epoch + 1 > block_epoch` will never be `true` since as the comment says:

```
 A block in epoch `N` cannot contain attestations which would finalize an epoch higher than `N - 1`.
```
2023-08-21 05:02:33 +00:00
..
fork_choice_store.rs Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00
fork_choice.rs ForkChoice: remove an impossible case for parent_checkpoints (#4626) 2023-08-21 05:02:33 +00:00
lib.rs Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00