Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Jan 3, 2025
1 parent c9b9513 commit 47a4d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/units/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl<H: Hasher> ControlHash<H> {

/// Calculate parent control hash, which includes all parent hashes into account.
pub(crate) fn combine_hashes(parent_map: &NodeMap<(H::Hash, Round)>) -> H::Hash {
// we include parent rounds with calculating hash but this is okay - we cannot
// we include parent rounds with calculating hash but this is okay - we cannot
// have two units with the same hash but different rounds
parent_map.using_encoded(H::hash)
}
Expand Down

0 comments on commit 47a4d8f

Please sign in to comment.