Skip to content

Commit

Permalink
Update crates/examples/examples/small_network_with_default.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Loris Moulin <[email protected]>
  • Loading branch information
pepoviola and l0r1s authored Sep 27, 2023
1 parent 8fccef7 commit 04aab70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/examples/examples/small_network_with_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.with_parachain(|p| {
p.with_id(100).cumulus_based(true).with_collator(|n| {
n.with_name("collator").with_command("polkadot-parachain")
//.with_command("adder-collator")
})
})
.build()
Expand Down

0 comments on commit 04aab70

Please sign in to comment.