Tweaks from template downstream review #80 (#705)

* tweaks from template downstream review #80

* more tweaks

* Update parachain-template/node/src/command.rs

* tweaks to template and other chainspecs

* fmt

* update more tweaks from downstream

* fix build
This commit is contained in:
Dan Shields
2021-11-11 12:20:39 -07:00
committed by GitHub
parent ab2c9cd020
commit 3284976a1b
25 changed files with 107 additions and 132 deletions
@@ -255,7 +255,7 @@ impl ExtBuilder {
(6, 60 * self.balance_factor),
]
} else {
vec![]
Vec::new()
},
}
.assimilate_storage(&mut t)