Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update client/finality-grandpa/src/authorities.rs
Co-authored-by: André Silva <[email protected]>
  • Loading branch information
davxy and andresilva authored Apr 6, 2022
commit 176ea30aee683615d2c4559e6c8166a893cfcd0d
2 changes: 1 addition & 1 deletion client/finality-grandpa/src/authorities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ where
}

/// Revert to a specified block given its `hash` and `number`.
/// This removes all the authority set changes that where announced after
/// This removes all the authority set changes that were announced after
/// the revert point.
/// Revert point is identified by `number` and `hash`.
pub(crate) fn revert<F, E>(&mut self, hash: H, number: N, is_descendent_of: &F)
Expand Down