Update to almost latest substrate master (#205)

This commit is contained in:
Bastian Köcher
2019-04-03 17:46:04 +02:00
committed by GitHub
parent 9a74006686
commit b13b7aec7c
8 changed files with 1479 additions and 1415 deletions
-2
View File
@@ -304,7 +304,6 @@ construct_service_factory! {
client,
NothingExtra,
config.custom.inherent_data_providers.clone(),
true,
).map_err(Into::into)
}},
LightImportQueue = AuraImportQueue<
@@ -320,7 +319,6 @@ construct_service_factory! {
client,
NothingExtra,
config.custom.inherent_data_providers.clone(),
true,
).map_err(Into::into)
}},
}