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
2dcc3f2a
Commit
2dcc3f2a
authored
Feb 17, 2021
by
Cecile Tonglet
Browse files
Fix build
parent
6088315b
Pipeline
#124432
failed with stages
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/lib.rs
View file @
2dcc3f2a
...
...
@@ -664,7 +664,6 @@ pub fn new_full<RuntimeApi, Executor>(
remote_blockchain
:
None
,
network_status_sinks
:
network_status_sinks
.clone
(),
system_rpc_tx
,
telemetry_span
:
Some
(
telemetry_span
.clone
()),
})
?
;
let
(
block_import
,
link_half
,
babe_link
)
=
import_setup
;
...
...
@@ -985,7 +984,6 @@ fn new_light<Runtime, Dispatch>(mut config: Configuration) -> Result<(
network
,
network_status_sinks
,
system_rpc_tx
,
telemetry_span
:
Some
(
telemetry_span
.clone
()),
})
?
;
network_starter
.start_network
();
...
...
gabriel klawitter
🏄
@gabriel
mentioned in commit
f235ca34
·
Feb 17, 2021
mentioned in commit
f235ca34
mentioned in commit f235ca349d956cf026fa6a2557571a6597d1fb56
Toggle commit list
gabriel klawitter
🏄
@gabriel
mentioned in commit
d3cb5942
·
Feb 17, 2021
mentioned in commit
d3cb5942
mentioned in commit d3cb594201bb31cdfd8ac792a529b481f26dc748
Toggle commit list
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