Commit ea30c739 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

chain-spec: Make chain spec writing deterministic (#10550)

* chain-spec: Make chain spec writing deterministic

This switches the chain spec to use `BTreeMap` internally instead of `HashMap`. This ensures that
reading and writing the same chain spec always results in the same file.

* fmt
parent 9c4d61df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment