Skip to content

Commit 47a4d8f

Browse files
fmt
1 parent c9b9513 commit 47a4d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/src/units/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl<H: Hasher> ControlHash<H> {
7070

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

0 commit comments

Comments
 (0)