mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 23:57:56 +00:00
Aura: add a deprecated method for seal compatibility (#2176)
* aura API defaults to rejecting old seals * build node-cli
This commit is contained in:
committed by
Bastian Köcher
parent
11da395553
commit
f0c21815b3
@@ -148,7 +148,6 @@ construct_service_factory! {
|
||||
client,
|
||||
NothingExtra,
|
||||
config.custom.inherent_data_providers.clone(),
|
||||
true,
|
||||
).map_err(Into::into)
|
||||
}},
|
||||
LightImportQueue = AuraImportQueue<Self::Block>
|
||||
@@ -160,7 +159,6 @@ construct_service_factory! {
|
||||
client,
|
||||
NothingExtra,
|
||||
config.custom.inherent_data_providers.clone(),
|
||||
true,
|
||||
).map_err(Into::into)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user