pub fn total_difficulty_fork_choice(
    new: &ExtendedHeader,
    best: &ExtendedHeader
) -> ForkChoice
Expand description

t_nb 9.3 Check whether a given block is the best block based on the default total difficulty rule.