Skip to content

Commit

Permalink
parachain-template-node: add properties for dev chain-spec (paritytec…
Browse files Browse the repository at this point in the history
…h#6560)

# Description

Reused as before the `properties` variable when defining a development
chain spec for parachain-template-node.

## Integration

N/A

## Review Notes

One line change, pretty self explanatory (it got lost within the history
of changes over the parachain-template-node/chain_spec.rs file). To be
honest, not really sure how useful it is, but I had the choice of
removing the `properties` var or reuse it as before, and I went with the
latter.

Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu authored and Krayt78 committed Dec 18, 2024
1 parent 96473ad commit 293ac22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/parachain/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub fn development_chain_spec() -> ChainSpec {
.with_id("dev")
.with_chain_type(ChainType::Development)
.with_genesis_config_preset_name(sp_genesis_builder::DEV_RUNTIME_PRESET)
.with_properties(properties)
.build()
}

Expand Down

0 comments on commit 293ac22

Please sign in to comment.