From 8f58b7301a1c1bcc23f700ee4b5b405a80ba41c7 Mon Sep 17 00:00:00 2001 From: AlexD10S Date: Mon, 10 Jun 2024 09:13:19 +0200 Subject: [PATCH] fix: placeholder for contract and enum_variants error --- crates/pop-cli/src/commands/new/contract.rs | 21 +++----------------- crates/pop-cli/src/commands/new/mod.rs | 15 ++++++++++++++ crates/pop-cli/src/commands/new/parachain.rs | 15 -------------- 3 files changed, 18 insertions(+), 33 deletions(-) diff --git a/crates/pop-cli/src/commands/new/contract.rs b/crates/pop-cli/src/commands/new/contract.rs index afcbfe8b..d057e4df 100644 --- a/crates/pop-cli/src/commands/new/contract.rs +++ b/crates/pop-cli/src/commands/new/contract.rs @@ -28,21 +28,6 @@ pub struct NewContractCommand { pub(crate) template: Option