mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Put back consensus_engine, only accept its absence (#10345)
This commit is contained in:
@@ -168,7 +168,9 @@ struct ClientSpec<E> {
|
||||
#[serde(flatten)]
|
||||
extensions: E,
|
||||
// Never used, left only for backward compatibility.
|
||||
#[serde(default, skip_serializing)]
|
||||
// In a future version, a `skip_serializing` attribute should be added in order to no longer
|
||||
// generate chain specs with this field.
|
||||
#[serde(default)]
|
||||
consensus_engine: (),
|
||||
#[serde(skip_serializing)]
|
||||
#[allow(unused)]
|
||||
|
||||
Reference in New Issue
Block a user