mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
Don't generate the consensusEngine field in chain specs (#10303)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
["wss://telemetry.polkadot.io/submit/", 0]
|
||||
],
|
||||
"protocolId": "fir",
|
||||
"consensusEngine": null,
|
||||
"genesis": {
|
||||
"raw": [
|
||||
{
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
["wss://telemetry.polkadot.io/submit/", 0]
|
||||
],
|
||||
"protocolId": "fir",
|
||||
"consensusEngine": null,
|
||||
"myProperty": "Test Extension",
|
||||
"genesis": {
|
||||
"raw": [
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user