mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Pass make lint-full
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user