Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit eba035e

Browse files
remove addition
1 parent 1e7f6ff commit eba035e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cumulus/polkadot-parachain/src/command.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,6 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
245245
.load_config()?,
246246

247247
// -- Penpall
248-
"penpal-rococo" => Box::new(chain_spec::penpal::get_penpal_chain_spec(
249-
para_id.expect("Must specify parachain id"),
250-
"rococo-local",
251-
)),
252248
"penpal-kusama" => Box::new(chain_spec::penpal::get_penpal_chain_spec(
253249
para_id.expect("Must specify parachain id"),
254250
"kusama-local",

0 commit comments

Comments
 (0)