mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
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:
committed by
Robert Habermeier
parent
675c3b0500
commit
b7e0db725d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user