Fix telemetry panic error in node-template (#1958)

This commit is contained in:
郭光华
2019-03-12 20:19:42 +08:00
committed by Bastian Köcher
parent ead437d0f4
commit 3149136367
5 changed files with 13 additions and 11 deletions
-1
View File
@@ -13,7 +13,6 @@ futures = "0.1"
exit-future = "0.1"
cli = { package = "substrate-cli", path = "../../core/cli" }
parity-codec = { version = "3.1" }
slog = "^2"
sr-io = { path = "../../core/sr-io" }
client = { package = "substrate-client", path = "../../core/client" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }