Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update client/service/src/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
cecton and bkchr authored Jun 3, 2020
1 parent f006ccf commit b5dd8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/service/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ ServiceBuilder<
transaction_pool.clone(),
sc_informant::OutputFormat { colors: true, prefix: informant_prefix },
);
let _informant_handle = spawn_handle.spawn("informant", informant_future);
spawn_handle.spawn("informant", informant_future);

Ok(Service {
client,
Expand Down

0 comments on commit b5dd8d8

Please sign in to comment.