Skip to content
Snippets Groups Projects
Commit bc45ad21 authored by Éloïs's avatar Éloïs
Browse files

[style] blockchain-dal: comply-clippy

parent 0dea8020
Branches
Tags
1 merge request!109Resolve "Fork resolution algorithm"
......@@ -142,7 +142,7 @@ pub fn calculate_distance_stress_centralities<T: WebOfTrust>(wot: &T, step_max:
/// Compute median issuers frame
pub fn compute_median_issuers_frame<S: std::hash::BuildHasher>(
current_block: DALBlock,
current_block: &DALBlock,
current_frame: &HashMap<PubKey, usize, S>,
) -> usize {
if !current_frame.is_empty() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment