Move the telemetry information to service (#2846)

* Move the telemetry information to service

* Proper exit
This commit is contained in:
Pierre Krieger
2019-06-12 21:32:52 +02:00
committed by Gavin Wood
parent ce302390dd
commit 68f4d11df3
5 changed files with 63 additions and 53 deletions
-1
View File
@@ -21,7 +21,6 @@ futures = "0.1.17"
fdlimit = "0.1"
exit-future = "0.1"
serde_json = "1.0"
sysinfo = "0.8.0"
panic-handler = { package = "substrate-panic-handler", path = "../../core/panic-handler" }
client = { package = "substrate-client", path = "../../core/client" }
network = { package = "substrate-network", path = "../../core/network" }