Aura: add a deprecated method for seal compatibility (#2176)

* aura API defaults to rejecting old seals

* build node-cli
This commit is contained in:
Robert Habermeier
2019-04-02 17:19:50 +02:00
committed by Bastian Köcher
parent 11da395553
commit f0c21815b3
5 changed files with 98 additions and 50 deletions
-2
View File
@@ -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)
}
},