De-alias frame_system in node template runtime (#6829)

* de-alias frame_system in node template

* Fix line length

* Fix chainspec
This commit is contained in:
Joshy Orndorff
2020-08-06 12:18:35 -04:00
committed by GitHub
parent dbc66479f3
commit 07c56a9be9
3 changed files with 18 additions and 12 deletions
@@ -134,7 +134,7 @@ fn testnet_genesis(
_enable_println: bool,
) -> GenesisConfig {
GenesisConfig {
system: Some(SystemConfig {
frame_system: Some(SystemConfig {
// Add Wasm runtime to storage.
code: wasm_binary.to_vec(),
changes_trie_config: Default::default(),