Pass make lint-full

This commit is contained in:
Michael Sproul
2026-05-14 13:24:01 +10:00
parent 90fcc51216
commit c87522411c

View File

@@ -1091,6 +1091,7 @@ impl ProtoArrayForkChoice {
/// Returns the leaves of the filtered block tree (rooted at `justified_root`) along with /// Returns the leaves of the filtered block tree (rooted at `justified_root`) along with
/// their weights — i.e. roots that are viable for head and have no descendant that is also /// their weights — i.e. roots that are viable for head and have no descendant that is also
/// viable for head. Mirrors the spec's `viable_for_head_roots_and_weights` check. /// viable for head. Mirrors the spec's `viable_for_head_roots_and_weights` check.
#[allow(clippy::too_many_arguments)]
pub fn filtered_block_tree_leaves_and_weights<E: EthSpec>( pub fn filtered_block_tree_leaves_and_weights<E: EthSpec>(
&self, &self,
justified_root: &Hash256, justified_root: &Hash256,