Commit 7d290829 authored by André Silva's avatar André Silva Committed by asynchronous rob
Browse files

service: use grandpa block import for locally sealed aura blocks (#85)

parent a81a23a9
Pipeline #28453 passed with stages
in 14 minutes and 8 seconds
...@@ -227,7 +227,7 @@ construct_service_factory! { ...@@ -227,7 +227,7 @@ construct_service_factory! {
SlotDuration::get_or_compute(&*client)?, SlotDuration::get_or_compute(&*client)?,
key, key,
client.clone(), client.clone(),
client, block_import,
Arc::new(proposer_factory), Arc::new(proposer_factory),
service.network(), service.network(),
service.on_exit(), service.on_exit(),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment