Skip to content
Snippets Groups Projects
Commit 022126f9 authored by André Silva's avatar André Silva Committed by Bastian Köcher
Browse files

node-template: remove unnecessary on_exit guard (#3903)

parent d9777554
No related merge requests found
......@@ -115,8 +115,6 @@ pub fn new_full<C: Send + Default + 'static>(config: Configuration<C, GenesisCon
service.keystore(),
)?;
let aura = aura.select(service.on_exit()).then(|_| Ok(()));
// the AURA authoring task is considered essential, i.e. if it
// fails we take down the service with it.
service.spawn_essential_task(aura);
......
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