mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Fixed spec to json serialization (#809)
* Fixed spec to json serialization * Fixed tests
This commit is contained in:
committed by
Gav Wood
parent
d46f2b9c76
commit
a50e184402
@@ -147,7 +147,6 @@ impl<G: RuntimeGenesis> ChainSpec<G> {
|
||||
struct Container<G> {
|
||||
#[serde(flatten)]
|
||||
spec: ChainSpecFile,
|
||||
#[serde(flatten)]
|
||||
genesis: Genesis<G>,
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user