Unverified Commit 5bcb83a1 authored by Ashley's avatar Ashley
Browse files

Fix typo

parent fc02b1dc
......@@ -235,7 +235,7 @@ struct ApiContext<P, E, SP> {
validators: Vec<ValidatorId>,
}
impl<P: 'static, E: 'static, SP: 'staticW> RelayChainContext for ApiContext<P, E, SP> where
impl<P: 'static, E: 'static, SP: 'static> RelayChainContext for ApiContext<P, E, SP> where
P: ProvideRuntimeApi + Send + Sync,
P::Api: ParachainHost<Block>,
E: futures::Future<Output=()> + Clone + Send + Sync + 'static,
......
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