Fixed spec to json serialization (#809)

* Fixed spec to json serialization

* Fixed tests
This commit is contained in:
Arkadiy Paronyan
2018-09-27 11:22:45 +02:00
committed by Gav Wood
parent d46f2b9c76
commit a50e184402
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -147,7 +147,6 @@ impl<G: RuntimeGenesis> ChainSpec<G> {
struct Container<G> {
#[serde(flatten)]
spec: ChainSpecFile,
#[serde(flatten)]
genesis: Genesis<G>,
};