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
d06942b4
Unverified
Commit
d06942b4
authored
Jul 01, 2020
by
Ashley Ruglys
Browse files
Add task manager to new_chain_ops return
parent
10b5fbe9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
d06942b4
This diff is collapsed.
Click to expand it.
node/service/src/lib.rs
View file @
d06942b4
...
...
@@ -582,6 +582,7 @@ pub fn new_chain_ops<Runtime, Dispatch, Extrinsic>(mut config: Configuration) ->
Arc
<
service
::
TFullClient
<
Block
,
Runtime
,
Dispatch
>>
,
Arc
<
TFullBackend
<
Block
>>
,
consensus_common
::
import_queue
::
BasicQueue
<
Block
,
PrefixedMemoryDB
<
BlakeTwo256
>>
,
TaskManager
,
),
ServiceError
>
...
...
service/src/lib.rs
View file @
d06942b4
...
...
@@ -640,6 +640,7 @@ pub fn new_chain_ops<Runtime, Dispatch, Extrinsic>(mut config: Configuration) ->
Arc
<
service
::
TFullClient
<
Block
,
Runtime
,
Dispatch
>>
,
Arc
<
TFullBackend
<
Block
>>
,
consensus_common
::
import_queue
::
BasicQueue
<
Block
,
PrefixedMemoryDB
<
BlakeTwo256
>>
,
TaskManager
,
),
ServiceError
>
...
...
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