Simplier and cleaner implementation of #1468 (#1471)

* Simplier and cleaner implementation of #1468

* move AppInfo into base_path

* default to executable_name rather than pretty visible name
This commit is contained in:
Benjamin Kampmann
2019-01-17 22:26:58 +01:00
committed by Gav Wood
parent a7a0121b09
commit d4eb3872a0
5 changed files with 19 additions and 24 deletions
-1
View File
@@ -13,7 +13,6 @@ exit-future = "0.1"
substrate-cli = { path = "../../core/cli" }
parity-codec = { version = "2.2" }
slog = "^2"
app_dirs = "1.2"
sr-io = { path = "../../core/sr-io" }
substrate-client = { path = "../../core/client" }
substrate-primitives = { path = "../../core/primitives" }