NonFinalizedTree::finality_checkpoints
is wrong if there's more than one non-finalized epoch
#1042
Labels
NonFinalizedTree::finality_checkpoints
is wrong if there's more than one non-finalized epoch
#1042
NonFinalizedTree::finality_checkpoints
is supposed to return the blocks that must be finalized first things first.However, it can return blocks whose ancestor is also a finality checkpoint. This is wrong and not intended.
The text was updated successfully, but these errors were encountered: