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