Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
  • Loading branch information
davxy and skunert authored Apr 27, 2022
commit 1eadb5e1a5185d6d316d9ef12c64fe8bdbd7ee3a
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ impl ExecuteWithClient for RevertConsensus {
/// Reverts the node state down to at most the last finalized block.
///
/// In particular this reverts:
/// `ChainSelectionSubsystem` data in the parachains-db.
/// - `ChainSelectionSubsystem` data in the parachains-db.
/// - Low level Babe and Grandpa consensus data.
#[cfg(feature = "full-node")]
pub fn revert_backend(
Expand Down