Skip to content

Commit

Permalink
spelling: duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Dec 29, 2023
1 parent 6565026 commit 939b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain-node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn development_config() -> ChainSpec {
None,
Extensions {
relay_chain: "rococo-local".into(), // You MUST set this to the correct network!
// CAUTION: This value is dupliocated in the runtime code. The value here must match, or...
// CAUTION: This value is duplicated in the runtime code. The value here must match, or...
// This duplication is also present in the upstream template, but will hopefully be fixed as soon as SDK 1.4.0
// github.com/paritytech/polkadot-sdk/blob/838a534d/cumulus/parachain-template/node/src/chain_spec.rs#L76-L109
para_id: 2000,
Expand Down

0 comments on commit 939b442

Please sign in to comment.