Skip to content

Commit

Permalink
remove wallet parachain cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Apr 18, 2024
1 parent 371f10f commit 9c81d31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wallet/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ pub struct Cli {
/// The keystore will contain the development key Shawn.
pub dev: bool,

/// Use the Parachain template encoding instead of the regular node template encoding.
#[arg(long, short, verbatim_doc_comment)]
pub parachain: bool,

#[command(subcommand)]
pub command: Option<Command>,
}
Expand Down

0 comments on commit 9c81d31

Please sign in to comment.