core, node: use grandpa block import for locally sealed aura blocks (#1167)

* core, node: use grandpa block import for locally sealed aura blocks

* core: impl DerefMut for FullComponents

* node: take grandpa_import_setup from service config
This commit is contained in:
André Silva
2018-11-26 14:29:13 +00:00
committed by Robert Habermeier
parent 675c3b0500
commit b7e0db725d
4 changed files with 27 additions and 17 deletions
-4
View File
@@ -310,10 +310,6 @@ impl<Components> Service<Components>
None
}
}
pub fn config(&self) -> &FactoryFullConfiguration<Components::Factory> {
&self.config
}
}
impl<Components> Service<Components> where Components: components::Components {