From 9c81d31476473e88e64c4c93b7b960fef4374d7f Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Thu, 18 Apr 2024 16:57:47 -0400 Subject: [PATCH] remove wallet parachain cli flag --- wallet/src/cli.rs | 4 ---- 1 file changed, 4 deletions(-) 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, }