Skip to content

Commit

Permalink
Merge pull request #1216 from hazyone/main
Browse files Browse the repository at this point in the history
Fix `subspace-node` purge-chain command
  • Loading branch information
nazar-pc committed Mar 5, 2023
2 parents 5303e35 + af9a15b commit 712d73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/subspace-node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ impl NativeExecutionDispatch for ExecutorDispatch {

/// This `purge-chain` command used to remove both consensus chain and system domain.
#[derive(Debug, Clone, Parser)]
#[group(skip)]
pub struct PurgeChainCmd {
/// The base struct of the purge-chain command.
#[clap(flatten)]
Expand Down

0 comments on commit 712d73f

Please sign in to comment.