We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b9513 commit 47a4d8fCopy full SHA for 47a4d8f
consensus/src/units/mod.rs
@@ -70,7 +70,7 @@ impl<H: Hasher> ControlHash<H> {
70
71
/// Calculate parent control hash, which includes all parent hashes into account.
72
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
+ // we include parent rounds with calculating hash but this is okay - we cannot
74
// have two units with the same hash but different rounds
75
parent_map.using_encoded(H::hash)
76
}
0 commit comments