Fixed panic handling (#1667)

This commit is contained in:
Arkadiy Paronyan
2019-02-04 09:11:29 +01:00
committed by Bastian Köcher
parent 87f0f6fd8f
commit 6c341f4e9d
11 changed files with 94 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
clap = "~2.32"
backtrace = "0.3"
env_logger = "0.6"
error-chain = "0.12"
log = "0.4"
@@ -23,6 +22,7 @@ futures = "0.1.17"
fdlimit = "0.1"
exit-future = "0.1"
sysinfo = "0.7"
panic-handler = { package = "substrate-panic-handler", path = "../../core/panic-handler" }
client = { package = "substrate-client", path = "../../core/client" }
network = { package = "substrate-network", path = "../../core/network" }
runtime_primitives = { package = "sr-primitives", path = "../../core/sr-primitives" }