Skip to content

Commit

Permalink
service: use grandpa block import for locally sealed aura blocks (par…
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Jan 17, 2019
1 parent e589358 commit 2024df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ construct_service_factory! {
SlotDuration::get_or_compute(&*client)?,
key,
client.clone(),
client,
block_import,
Arc::new(proposer_factory),
service.network(),
);
Expand Down

0 comments on commit 2024df8

Please sign in to comment.