We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d1dcc commit a5c837dCopy full SHA for a5c837d
client/chain-spec/src/chain_spec.rs
@@ -168,7 +168,9 @@ struct ClientSpec<E> {
168
#[serde(flatten)]
169
extensions: E,
170
// Never used, left only for backward compatibility.
171
- #[serde(default, skip_serializing)]
+ // In a future version, a `skip_serializing` attribute should be added in order to no longer
172
+ // generate chain specs with this field.
173
+ #[serde(default)]
174
consensus_engine: (),
175
#[serde(skip_serializing)]
176
#[allow(unused)]
0 commit comments