Skip to content
Snippets Groups Projects
Unverified Commit 6d59c3b1 authored by Iulian Barbu's avatar Iulian Barbu Committed by GitHub
Browse files

parachain-template-node: add properties for dev chain-spec (#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: default avatarIulian Barbu <iulian.barbu@parity.io>
parent bf20a9ee
No related merge requests found
Pipeline #506603 waiting for manual action with stages
in 30 minutes and 41 seconds
......@@ -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()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment