From 3f6532ca0e0b33124d9f88d88e80b3127b6d9875 Mon Sep 17 00:00:00 2001 From: thunkar Date: Fri, 2 Aug 2024 10:47:28 +0200 Subject: [PATCH] removed redundant option --- yarn-project/cli-wallet/src/cmds/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/cli-wallet/src/cmds/index.ts b/yarn-project/cli-wallet/src/cmds/index.ts index 911eecc61f2..4fc01154145 100644 --- a/yarn-project/cli-wallet/src/cmds/index.ts +++ b/yarn-project/cli-wallet/src/cmds/index.ts @@ -39,7 +39,6 @@ export function injectCommands(program: Command, log: LogFn, debugLogger: DebugL 'Skip initializing the account contract. Useful for publicly deploying an existing account.', ) .option('--public-deploy', 'Publicly deploys the account and registers the class if needed.') - .addOption(createSecretKeyOption('Secret key for account. Uses random by default.', false).conflicts('public-key')) .option( '-p, --public-key ', 'Public key that identifies a private signing key stored outside of the wallet. Used for ECDSA SSH accounts over the secp256r1 curve.',