Don't generate the consensusEngine field in chain specs (#10303)

This commit is contained in:
Pierre Krieger
2021-11-19 10:37:37 +01:00
committed by GitHub
parent 439af98e55
commit 34bc24624a
3 changed files with 1 additions and 2 deletions
@@ -168,6 +168,7 @@ struct ClientSpec<E> {
#[serde(flatten)]
extensions: E,
// Never used, left only for backward compatibility.
#[serde(default, skip_serializing)]
consensus_engine: (),
#[serde(skip_serializing)]
#[allow(unused)]