Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
remove addition
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 21, 2023
1 parent 1e7f6ff commit eba035e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cumulus/polkadot-parachain/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
.load_config()?,

// -- Penpall
"penpal-rococo" => Box::new(chain_spec::penpal::get_penpal_chain_spec(
para_id.expect("Must specify parachain id"),
"rococo-local",
)),
"penpal-kusama" => Box::new(chain_spec::penpal::get_penpal_chain_spec(
para_id.expect("Must specify parachain id"),
"kusama-local",
Expand Down

0 comments on commit eba035e

Please sign in to comment.