Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
43512e89
Commit
43512e89
authored
Aug 12, 2020
by
Cecile Tonglet
Browse files
WIP
Forked at:
e9164236
Parent branch: origin/rococo-branch
parent
99bbf74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
collator/src/lib.rs
View file @
43512e89
...
...
@@ -128,7 +128,7 @@ pub trait BuildParachainContext {
SP
:
SpawnNamed
+
Clone
+
Send
+
Sync
+
'static
,
Backend
:
BackendT
<
Block
>
,
Backend
::
State
:
sp_api
::
StateBackend
<
BlakeTwo256
>
,
Client
:
polkadot_service
::
AbstractClient
<
Block
,
Backend
>
,
Client
:
polkadot_service
::
AbstractClient
<
Block
,
Backend
>
+
'static
,
Client
::
Api
:
RuntimeApiCollection
<
StateBackend
=
Backend
::
State
>
,
;
}
...
...
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