Skip to content
Snippets Groups Projects
Commit 9ac30f71 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Rename task name to stick to the default naming scheme (#6768)

parent 9a672c4e
No related merge requests found
......@@ -57,7 +57,7 @@ impl Executor<Box<dyn Future<Item = (), Error = ()> + Send>> for SubscriptionTas
&self,
future: Box<dyn Future<Item = (), Error = ()> + Send>,
) -> Result<(), ExecuteError<Box<dyn Future<Item = (), Error = ()> + Send>>> {
self.0.spawn("substrate_rpc_subscription", future.compat().map(drop).boxed());
self.0.spawn("substrate-rpc-subscription", future.compat().map(drop).boxed());
Ok(())
}
}
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