Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
5bcb83a1
Unverified
Commit
5bcb83a1
authored
Dec 09, 2019
by
Ashley
Browse files
Fix typo
parent
fc02b1dc
Changes
1
Show whitespace changes
Inline
Side-by-side
collator/src/lib.rs
View file @
5bcb83a1
...
@@ -235,7 +235,7 @@ struct ApiContext<P, E, SP> {
...
@@ -235,7 +235,7 @@ struct ApiContext<P, E, SP> {
validators
:
Vec
<
ValidatorId
>
,
validators
:
Vec
<
ValidatorId
>
,
}
}
impl
<
P
:
'static
,
E
:
'static
,
SP
:
'static
W
>
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
:
ProvideRuntimeApi
+
Send
+
Sync
,
P
::
Api
:
ParachainHost
<
Block
>
,
P
::
Api
:
ParachainHost
<
Block
>
,
E
:
futures
::
Future
<
Output
=
()
>
+
Clone
+
Send
+
Sync
+
'static
,
E
:
futures
::
Future
<
Output
=
()
>
+
Clone
+
Send
+
Sync
+
'static
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment