make construct_service_factory compile (#2581)

This commit is contained in:
thiolliere
2019-05-14 17:50:38 +02:00
committed by Gavin Wood
parent e330b69cb9
commit 3a58c7ebcb
3 changed files with 69 additions and 17 deletions
+4
View File
@@ -34,3 +34,7 @@ offchain = { package = "substrate-offchain", path = "../../core/offchain" }
[dev-dependencies]
substrate-test-client = { path = "../test-client" }
node-executor = { path = "../../node/executor" }
node-primitives = { path = "../../node/primitives" }
node-runtime = { path = "../../node/runtime" }
grandpa = { package = "substrate-finality-grandpa", path = "../../core/finality-grandpa" }