paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.91k stars 704 forks source link

parachain-template-node: add properties for dev chain-spec #6560

Closed iulianbarbu closed 17 hours ago

iulianbarbu commented 1 day ago

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.