openethereum/ethcore/spec
marktoda b683c22c98
Use serde_json to export hardcoded sync (#11601)
The exported hardcoded sync was previously generating invalid JSON, with
the CHT list ending in a trailing comma. In order to remedy this, this
commit uses serde_json to serialize the SpecHardcodedSync struct
into valid JSON.

Fixes #11415
2020-04-06 10:30:12 +02:00
..
src Use serde_json to export hardcoded sync (#11601) 2020-04-06 10:30:12 +02:00
Cargo.toml Use serde_json to export hardcoded sync (#11601) 2020-04-06 10:30:12 +02:00