diff --git a/wallet/src/cli.rs b/wallet/src/cli.rs index fc44a3c2..e35053a5 100644 --- a/wallet/src/cli.rs +++ b/wallet/src/cli.rs @@ -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, }